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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=242",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 243,
    "results": [
        {
            "start": 821368121,
            "stop": 821369489
        },
        {
            "start": 821369494,
            "stop": 821370221
        },
        {
            "start": 821371460,
            "stop": 821371521
        },
        {
            "start": 821371529,
            "stop": 821371679
        },
        {
            "start": 821371688,
            "stop": 821371741
        },
        {
            "start": 821371749,
            "stop": 821371888
        },
        {
            "start": 821371896,
            "stop": 821371909
        },
        {
            "start": 821371915,
            "stop": 821371933
        },
        {
            "start": 821371941,
            "stop": 821371997
        },
        {
            "start": 821372005,
            "stop": 821372013
        },
        {
            "start": 821372021,
            "stop": 821372050
        },
        {
            "start": 821372058,
            "stop": 821372072
        },
        {
            "start": 821372084,
            "stop": 821372175
        },
        {
            "start": 821372183,
            "stop": 821372338
        },
        {
            "start": 821372343,
            "stop": 821372675
        },
        {
            "start": 821372686,
            "stop": 821372687
        },
        {
            "start": 821372695,
            "stop": 821372759
        },
        {
            "start": 821372767,
            "stop": 821372787
        },
        {
            "start": 821372795,
            "stop": 821372842
        },
        {
            "start": 821372850,
            "stop": 821372942
        }
    ]
}