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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10256",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10257,
    "results": [
        {
            "start": 874683635,
            "stop": 874683826
        },
        {
            "start": 874683860,
            "stop": 874684019
        },
        {
            "start": 874684053,
            "stop": 874684069
        },
        {
            "start": 874684105,
            "stop": 874684137
        },
        {
            "start": 874684297,
            "stop": 874684347
        },
        {
            "start": 874684381,
            "stop": 874684469
        },
        {
            "start": 874684530,
            "stop": 874684564
        },
        {
            "start": 874684599,
            "stop": 874684677
        },
        {
            "start": 874684685,
            "stop": 874684809
        },
        {
            "start": 874684883,
            "stop": 874685023
        },
        {
            "start": 874685040,
            "stop": 874685314
        },
        {
            "start": 874685348,
            "stop": 874685429
        },
        {
            "start": 874685505,
            "stop": 874685540
        },
        {
            "start": 874685584,
            "stop": 874685588
        },
        {
            "start": 874685708,
            "stop": 874685724
        },
        {
            "start": 874685758,
            "stop": 874685769
        },
        {
            "start": 874685803,
            "stop": 874685823
        },
        {
            "start": 874685917,
            "stop": 874686128
        },
        {
            "start": 874686219,
            "stop": 874686628
        },
        {
            "start": 874686664,
            "stop": 874686741
        }
    ]
}