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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=77",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 78,
    "results": [
        {
            "start": 931289155,
            "stop": 931289158
        },
        {
            "start": 931289164,
            "stop": 931289170
        },
        {
            "start": 931289174,
            "stop": 931289176
        },
        {
            "start": 931289179,
            "stop": 931289181
        },
        {
            "start": 931289189,
            "stop": 931289190
        },
        {
            "start": 931289198,
            "stop": 931289200
        },
        {
            "start": 931289208,
            "stop": 931289210
        },
        {
            "start": 931289228,
            "stop": 931289231
        },
        {
            "start": 931289238,
            "stop": 931289239
        },
        {
            "start": 931289264,
            "stop": 931289266
        },
        {
            "start": 931289268,
            "stop": 931289270
        },
        {
            "start": 931289273,
            "stop": 931289275
        },
        {
            "start": 931289281,
            "stop": 931289285
        },
        {
            "start": 931289305,
            "stop": 931289311
        },
        {
            "start": 931289316,
            "stop": 931289317
        },
        {
            "start": 931289339,
            "stop": 931289345
        },
        {
            "start": 931289383,
            "stop": 931289384
        },
        {
            "start": 931289394,
            "stop": 931289395
        },
        {
            "start": 931289411,
            "stop": 931289412
        },
        {
            "start": 931289415,
            "stop": 931289419
        }
    ]
}