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=2382
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=2383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2381",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2382,
    "results": [
        {
            "start": 875100666,
            "stop": 875100716
        },
        {
            "start": 875100785,
            "stop": 875100879
        },
        {
            "start": 875100902,
            "stop": 875100969
        },
        {
            "start": 875100988,
            "stop": 875101072
        },
        {
            "start": 875101091,
            "stop": 875101111
        },
        {
            "start": 875101131,
            "stop": 875101203
        },
        {
            "start": 875101276,
            "stop": 875101304
        },
        {
            "start": 875101323,
            "stop": 875101347
        },
        {
            "start": 875101366,
            "stop": 875101375
        },
        {
            "start": 875101415,
            "stop": 875101428
        },
        {
            "start": 875101453,
            "stop": 875101460
        },
        {
            "start": 875101494,
            "stop": 875101537
        },
        {
            "start": 875101556,
            "stop": 875101585
        },
        {
            "start": 875101608,
            "stop": 875101802
        },
        {
            "start": 875101824,
            "stop": 875101839
        },
        {
            "start": 875101877,
            "stop": 875101886
        },
        {
            "start": 875101905,
            "stop": 875101945
        },
        {
            "start": 875101964,
            "stop": 875101965
        },
        {
            "start": 875101984,
            "stop": 875102017
        },
        {
            "start": 875102043,
            "stop": 875102073
        }
    ]
}