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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5045",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5046,
    "results": [
        {
            "start": 874589337,
            "stop": 874589342
        },
        {
            "start": 874589362,
            "stop": 874589597
        },
        {
            "start": 874589616,
            "stop": 874589626
        },
        {
            "start": 874589645,
            "stop": 874589781
        },
        {
            "start": 874589800,
            "stop": 874589842
        },
        {
            "start": 874589861,
            "stop": 874589930
        },
        {
            "start": 874589952,
            "stop": 874590013
        },
        {
            "start": 874590032,
            "stop": 874590062
        },
        {
            "start": 874590081,
            "stop": 874590112
        },
        {
            "start": 874590133,
            "stop": 874590136
        },
        {
            "start": 874590156,
            "stop": 874590250
        },
        {
            "start": 874590269,
            "stop": 874590315
        },
        {
            "start": 874590334,
            "stop": 874590505
        },
        {
            "start": 874590524,
            "stop": 874590664
        },
        {
            "start": 874590683,
            "stop": 874590830
        },
        {
            "start": 874590849,
            "stop": 874590854
        },
        {
            "start": 874590873,
            "stop": 874590935
        },
        {
            "start": 874590954,
            "stop": 874591004
        },
        {
            "start": 874591023,
            "stop": 874591074
        },
        {
            "start": 874591094,
            "stop": 874591121
        }
    ]
}