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_CW_CAT1/segments?format=api&page=366
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=365",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 366,
    "results": [
        {
            "start": 858813069,
            "stop": 858814155
        },
        {
            "start": 858814159,
            "stop": 858816457
        },
        {
            "start": 858816462,
            "stop": 858816739
        },
        {
            "start": 858816748,
            "stop": 858819185
        },
        {
            "start": 858825932,
            "stop": 858885505
        },
        {
            "start": 858888373,
            "stop": 858892085
        },
        {
            "start": 858892720,
            "stop": 858961246
        },
        {
            "start": 858962252,
            "stop": 858964052
        },
        {
            "start": 858965510,
            "stop": 858966233
        },
        {
            "start": 858968477,
            "stop": 858970475
        },
        {
            "start": 858970634,
            "stop": 858973783
        },
        {
            "start": 858974969,
            "stop": 858985536
        },
        {
            "start": 858986760,
            "stop": 859042618
        },
        {
            "start": 859059180,
            "stop": 859068966
        },
        {
            "start": 859070175,
            "stop": 859074124
        },
        {
            "start": 859074128,
            "stop": 859074205
        },
        {
            "start": 859074219,
            "stop": 859074229
        },
        {
            "start": 859074233,
            "stop": 859074385
        },
        {
            "start": 859074472,
            "stop": 859074555
        },
        {
            "start": 859074560,
            "stop": 859074571
        }
    ]
}