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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=61",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 62,
    "results": [
        {
            "start": 817291688,
            "stop": 817291713
        },
        {
            "start": 817291720,
            "stop": 817292014
        },
        {
            "start": 817292032,
            "stop": 817292097
        },
        {
            "start": 817292104,
            "stop": 817292118
        },
        {
            "start": 817292125,
            "stop": 817292153
        },
        {
            "start": 817292225,
            "stop": 817292237
        },
        {
            "start": 817292250,
            "stop": 817292261
        },
        {
            "start": 817292302,
            "stop": 817292306
        },
        {
            "start": 817292316,
            "stop": 817292379
        },
        {
            "start": 817292394,
            "stop": 817292440
        },
        {
            "start": 817292498,
            "stop": 817292561
        },
        {
            "start": 817292592,
            "stop": 817292596
        },
        {
            "start": 817292607,
            "stop": 817292645
        },
        {
            "start": 817292697,
            "stop": 817292712
        },
        {
            "start": 817292727,
            "stop": 817292752
        },
        {
            "start": 817292876,
            "stop": 817292889
        },
        {
            "start": 817292897,
            "stop": 817293038
        },
        {
            "start": 817293095,
            "stop": 817293103
        },
        {
            "start": 817293128,
            "stop": 817293131
        },
        {
            "start": 817293145,
            "stop": 817293155
        }
    ]
}