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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=46",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 47,
    "results": [
        {
            "start": 821239676,
            "stop": 821239706
        },
        {
            "start": 821239709,
            "stop": 821239842
        },
        {
            "start": 821239845,
            "stop": 821240176
        },
        {
            "start": 821240179,
            "stop": 821240252
        },
        {
            "start": 821240255,
            "stop": 821240305
        },
        {
            "start": 821240309,
            "stop": 821240411
        },
        {
            "start": 821240414,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821240531
        },
        {
            "start": 821240534,
            "stop": 821240553
        },
        {
            "start": 821240556,
            "stop": 821240637
        },
        {
            "start": 821240640,
            "stop": 821240680
        },
        {
            "start": 821240683,
            "stop": 821240713
        },
        {
            "start": 821240716,
            "stop": 821240721
        },
        {
            "start": 821240724,
            "stop": 821240933
        },
        {
            "start": 821240936,
            "stop": 821241146
        },
        {
            "start": 821241149,
            "stop": 821241187
        },
        {
            "start": 821241190,
            "stop": 821241415
        },
        {
            "start": 821241418,
            "stop": 821241523
        },
        {
            "start": 821241526,
            "stop": 821241560
        },
        {
            "start": 821241563,
            "stop": 821241577
        }
    ]
}