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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3821",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3822,
    "results": [
        {
            "start": 874835040,
            "stop": 874836000
        },
        {
            "start": 874836060,
            "stop": 874836432
        },
        {
            "start": 874836449,
            "stop": 874840216
        },
        {
            "start": 874840233,
            "stop": 874840458
        },
        {
            "start": 874840475,
            "stop": 874841160
        },
        {
            "start": 874841280,
            "stop": 874842479
        },
        {
            "start": 874842496,
            "stop": 874843393
        },
        {
            "start": 874843410,
            "stop": 874844430
        },
        {
            "start": 874844447,
            "stop": 874844979
        },
        {
            "start": 874844996,
            "stop": 874845536
        },
        {
            "start": 874845576,
            "stop": 874845956
        },
        {
            "start": 874850700,
            "stop": 874850760
        },
        {
            "start": 874851180,
            "stop": 874851300
        },
        {
            "start": 874851420,
            "stop": 874851515
        },
        {
            "start": 874851534,
            "stop": 874851537
        },
        {
            "start": 874851660,
            "stop": 874851720
        },
        {
            "start": 874851840,
            "stop": 874852117
        },
        {
            "start": 874852139,
            "stop": 874852140
        },
        {
            "start": 874852260,
            "stop": 874852380
        },
        {
            "start": 874852440,
            "stop": 874852627
        }
    ]
}