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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=35",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 36,
    "results": [
        {
            "start": 820522272,
            "stop": 820522530
        },
        {
            "start": 820522613,
            "stop": 820522779
        },
        {
            "start": 820525502,
            "stop": 820528760
        },
        {
            "start": 820537954,
            "stop": 820539407
        },
        {
            "start": 820541648,
            "stop": 820544856
        },
        {
            "start": 820546174,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820554555
        },
        {
            "start": 820556256,
            "stop": 820557420
        },
        {
            "start": 820558606,
            "stop": 820562896
        },
        {
            "start": 820563687,
            "stop": 820590105
        },
        {
            "start": 820590112,
            "stop": 820595204
        },
        {
            "start": 820595209,
            "stop": 820608079
        },
        {
            "start": 820608158,
            "stop": 820608181
        },
        {
            "start": 820608440,
            "stop": 820608618
        },
        {
            "start": 820609231,
            "stop": 820614878
        },
        {
            "start": 820615215,
            "stop": 820626136
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635248
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820695679
        }
    ]
}