Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=64",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 65,
    "results": [
        {
            "start": 817448853,
            "stop": 817449562
        },
        {
            "start": 817459555,
            "stop": 817459706
        },
        {
            "start": 817459757,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817465260
        },
        {
            "start": 817465320,
            "stop": 817471730
        },
        {
            "start": 817471870,
            "stop": 817477190
        },
        {
            "start": 817477330,
            "stop": 817482290
        },
        {
            "start": 817482430,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817484640
        },
        {
            "start": 817484700,
            "stop": 817485180
        },
        {
            "start": 817485240,
            "stop": 817485253
        },
        {
            "start": 817492552,
            "stop": 817492566
        },
        {
            "start": 817493409,
            "stop": 817493700
        },
        {
            "start": 817493760,
            "stop": 817493940
        },
        {
            "start": 817494000,
            "stop": 817494020
        },
        {
            "start": 817494136,
            "stop": 817494240
        },
        {
            "start": 817494360,
            "stop": 817494410
        },
        {
            "start": 817494550,
            "stop": 817494660
        },
        {
            "start": 817494720,
            "stop": 817495104
        },
        {
            "start": 817495111,
            "stop": 817495200
        }
    ]
}