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_CBCHIGH_CAT2/segments?format=api&page=4047
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=4048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4046",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4047,
    "results": [
        {
            "start": 875080173,
            "stop": 875080193
        },
        {
            "start": 875080196,
            "stop": 875080527
        },
        {
            "start": 875080530,
            "stop": 875080864
        },
        {
            "start": 875080867,
            "stop": 875080943
        },
        {
            "start": 875080946,
            "stop": 875081485
        },
        {
            "start": 875081488,
            "stop": 875081497
        },
        {
            "start": 875081500,
            "stop": 875081503
        },
        {
            "start": 875081506,
            "stop": 875081541
        },
        {
            "start": 875081544,
            "stop": 875081660
        },
        {
            "start": 875081663,
            "stop": 875081806
        },
        {
            "start": 875081809,
            "stop": 875081837
        },
        {
            "start": 875081841,
            "stop": 875081933
        },
        {
            "start": 875081936,
            "stop": 875081941
        },
        {
            "start": 875081944,
            "stop": 875082063
        },
        {
            "start": 875082066,
            "stop": 875082490
        },
        {
            "start": 875082493,
            "stop": 875082539
        },
        {
            "start": 875082542,
            "stop": 875082548
        },
        {
            "start": 875082551,
            "stop": 875082721
        },
        {
            "start": 875082724,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875083863
        }
    ]
}