Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=142",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 143,
    "results": [
        {
            "start": 819225821,
            "stop": 819226019
        },
        {
            "start": 819226022,
            "stop": 819226499
        },
        {
            "start": 819228203,
            "stop": 819228378
        },
        {
            "start": 819229754,
            "stop": 819229992
        },
        {
            "start": 819229995,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819233340
        },
        {
            "start": 819233400,
            "stop": 819233520
        },
        {
            "start": 819233580,
            "stop": 819233686
        },
        {
            "start": 819233689,
            "stop": 819234373
        },
        {
            "start": 819235345,
            "stop": 819235433
        },
        {
            "start": 819235450,
            "stop": 819235560
        },
        {
            "start": 819235620,
            "stop": 819235782
        },
        {
            "start": 819235799,
            "stop": 819236565
        },
        {
            "start": 819236640,
            "stop": 819237348
        },
        {
            "start": 819237351,
            "stop": 819237960
        },
        {
            "start": 819238020,
            "stop": 819238093
        },
        {
            "start": 819241451,
            "stop": 819241765
        },
        {
            "start": 819241782,
            "stop": 819241920
        },
        {
            "start": 819241952,
            "stop": 819243180
        },
        {
            "start": 819243240,
            "stop": 819243420
        }
    ]
}