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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=276",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 277,
    "results": [
        {
            "start": 931497438,
            "stop": 931497441
        },
        {
            "start": 931497462,
            "stop": 931497466
        },
        {
            "start": 931497533,
            "stop": 931497542
        },
        {
            "start": 931497581,
            "stop": 931497584
        },
        {
            "start": 931497604,
            "stop": 931497614
        },
        {
            "start": 931497641,
            "stop": 931497666
        },
        {
            "start": 931497684,
            "stop": 931497691
        },
        {
            "start": 931497710,
            "stop": 931497719
        },
        {
            "start": 931497744,
            "stop": 931497750
        },
        {
            "start": 931497769,
            "stop": 931497783
        },
        {
            "start": 931497847,
            "stop": 931497865
        },
        {
            "start": 931497916,
            "stop": 931497919
        },
        {
            "start": 931497947,
            "stop": 931497953
        },
        {
            "start": 931497980,
            "stop": 931497994
        },
        {
            "start": 931498013,
            "stop": 931498023
        },
        {
            "start": 931498057,
            "stop": 931498089
        },
        {
            "start": 931498393,
            "stop": 931498399
        },
        {
            "start": 931498466,
            "stop": 931498473
        },
        {
            "start": 931498635,
            "stop": 931498646
        },
        {
            "start": 931498768,
            "stop": 931498769
        }
    ]
}