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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=253",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 254,
    "results": [
        {
            "start": 818224191,
            "stop": 818224192
        },
        {
            "start": 818224197,
            "stop": 818224202
        },
        {
            "start": 818224209,
            "stop": 818224212
        },
        {
            "start": 818224217,
            "stop": 818224219
        },
        {
            "start": 818224224,
            "stop": 818224226
        },
        {
            "start": 818224232,
            "stop": 818224236
        },
        {
            "start": 818224268,
            "stop": 818224270
        },
        {
            "start": 818224288,
            "stop": 818224289
        },
        {
            "start": 818224292,
            "stop": 818224294
        },
        {
            "start": 818224316,
            "stop": 818224317
        },
        {
            "start": 818224327,
            "stop": 818224328
        },
        {
            "start": 818224334,
            "stop": 818224336
        },
        {
            "start": 818224343,
            "stop": 818224347
        },
        {
            "start": 818224350,
            "stop": 818224351
        },
        {
            "start": 818224359,
            "stop": 818224372
        },
        {
            "start": 818224375,
            "stop": 818224376
        },
        {
            "start": 818224407,
            "stop": 818224410
        },
        {
            "start": 818224423,
            "stop": 818224424
        },
        {
            "start": 818224431,
            "stop": 818224433
        },
        {
            "start": 818224436,
            "stop": 818224442
        }
    ]
}