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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2390",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2391,
    "results": [
        {
            "start": 873041755,
            "stop": 873043029
        },
        {
            "start": 873043046,
            "stop": 873043131
        },
        {
            "start": 873043148,
            "stop": 873043316
        },
        {
            "start": 873043333,
            "stop": 873043841
        },
        {
            "start": 873043858,
            "stop": 873044325
        },
        {
            "start": 873044342,
            "stop": 873044347
        },
        {
            "start": 873044364,
            "stop": 873044610
        },
        {
            "start": 873044627,
            "stop": 873044934
        },
        {
            "start": 873044972,
            "stop": 873045118
        },
        {
            "start": 873045135,
            "stop": 873045223
        },
        {
            "start": 873045245,
            "stop": 873045272
        },
        {
            "start": 873045289,
            "stop": 873045803
        },
        {
            "start": 873045820,
            "stop": 873045832
        },
        {
            "start": 873045849,
            "stop": 873045858
        },
        {
            "start": 873045884,
            "stop": 873045975
        },
        {
            "start": 873045992,
            "stop": 873046042
        },
        {
            "start": 873046059,
            "stop": 873046882
        },
        {
            "start": 873046990,
            "stop": 873047829
        },
        {
            "start": 873047846,
            "stop": 873048120
        },
        {
            "start": 873048235,
            "stop": 873048601
        }
    ]
}