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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2107",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2108,
    "results": [
        {
            "start": 865289556,
            "stop": 865294056
        },
        {
            "start": 865294058,
            "stop": 865294065
        },
        {
            "start": 865294070,
            "stop": 865318397
        },
        {
            "start": 865318399,
            "stop": 865330062
        },
        {
            "start": 865330414,
            "stop": 865331366
        },
        {
            "start": 865331689,
            "stop": 865344901
        },
        {
            "start": 865356577,
            "stop": 865361366
        },
        {
            "start": 865361367,
            "stop": 865361430
        },
        {
            "start": 865361490,
            "stop": 865361515
        },
        {
            "start": 865361580,
            "stop": 865361598
        },
        {
            "start": 865361605,
            "stop": 865361611
        },
        {
            "start": 865361613,
            "stop": 865361670
        },
        {
            "start": 865361730,
            "stop": 865361761
        },
        {
            "start": 865361763,
            "stop": 865361792
        },
        {
            "start": 865361796,
            "stop": 865361811
        },
        {
            "start": 865361813,
            "stop": 865361864
        },
        {
            "start": 865361867,
            "stop": 865361869
        },
        {
            "start": 865361870,
            "stop": 865361881
        },
        {
            "start": 865389877,
            "stop": 865397990
        },
        {
            "start": 865398100,
            "stop": 865398277
        }
    ]
}