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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2355",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2356,
    "results": [
        {
            "start": 874682193,
            "stop": 874682253
        },
        {
            "start": 874682270,
            "stop": 874682678
        },
        {
            "start": 874682779,
            "stop": 874683089
        },
        {
            "start": 874683106,
            "stop": 874683113
        },
        {
            "start": 874683130,
            "stop": 874683137
        },
        {
            "start": 874683154,
            "stop": 874683421
        },
        {
            "start": 874683577,
            "stop": 874683601
        },
        {
            "start": 874683618,
            "stop": 874683826
        },
        {
            "start": 874683843,
            "stop": 874684019
        },
        {
            "start": 874684036,
            "stop": 874684069
        },
        {
            "start": 874684088,
            "stop": 874684137
        },
        {
            "start": 874684156,
            "stop": 874684171
        },
        {
            "start": 874684198,
            "stop": 874684215
        },
        {
            "start": 874684280,
            "stop": 874684347
        },
        {
            "start": 874684364,
            "stop": 874684469
        },
        {
            "start": 874684486,
            "stop": 874684496
        },
        {
            "start": 874684513,
            "stop": 874684564
        },
        {
            "start": 874684582,
            "stop": 874684809
        },
        {
            "start": 874684866,
            "stop": 874685314
        },
        {
            "start": 874685331,
            "stop": 874685429
        }
    ]
}