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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=19",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 20,
    "results": [
        {
            "start": 816197786,
            "stop": 816198110
        },
        {
            "start": 816198190,
            "stop": 816198650
        },
        {
            "start": 816198730,
            "stop": 816199157
        },
        {
            "start": 816199185,
            "stop": 816199550
        },
        {
            "start": 816199690,
            "stop": 816199993
        },
        {
            "start": 816200044,
            "stop": 816200046
        },
        {
            "start": 816200244,
            "stop": 816200390
        },
        {
            "start": 816200470,
            "stop": 816200694
        },
        {
            "start": 816200722,
            "stop": 816200773
        },
        {
            "start": 816201454,
            "stop": 816203293
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816206825
        },
        {
            "start": 816206832,
            "stop": 816207613
        },
        {
            "start": 816207978,
            "stop": 816208453
        },
        {
            "start": 816209567,
            "stop": 816209617
        },
        {
            "start": 816210833,
            "stop": 816211130
        },
        {
            "start": 816213626,
            "stop": 816214131
        },
        {
            "start": 816214159,
            "stop": 816214194
        },
        {
            "start": 816214202,
            "stop": 816214213
        },
        {
            "start": 816214942,
            "stop": 816215004
        }
    ]
}