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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=215",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 216,
    "results": [
        {
            "start": 849306121,
            "stop": 849369716
        },
        {
            "start": 849402005,
            "stop": 849413591
        },
        {
            "start": 849413891,
            "stop": 849413930
        },
        {
            "start": 849414040,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849414632
        },
        {
            "start": 849414932,
            "stop": 849427478
        },
        {
            "start": 849429441,
            "stop": 849443134
        },
        {
            "start": 849445538,
            "stop": 849460119
        },
        {
            "start": 849460242,
            "stop": 849463511
        },
        {
            "start": 849463638,
            "stop": 849464149
        },
        {
            "start": 849464210,
            "stop": 849465599
        },
        {
            "start": 849465637,
            "stop": 849470337
        },
        {
            "start": 849471557,
            "stop": 849471607
        },
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849476941
        },
        {
            "start": 849477241,
            "stop": 849479897
        },
        {
            "start": 849480025,
            "stop": 849480669
        },
        {
            "start": 849480930,
            "stop": 849481588
        },
        {
            "start": 849481671,
            "stop": 849554130
        },
        {
            "start": 849556177,
            "stop": 849559555
        }
    ]
}