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=2407
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=2408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2406",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2407,
    "results": [
        {
            "start": 873268680,
            "stop": 873270010
        },
        {
            "start": 873270027,
            "stop": 873271860
        },
        {
            "start": 873271877,
            "stop": 873273508
        },
        {
            "start": 873273525,
            "stop": 873273528
        },
        {
            "start": 873273545,
            "stop": 873273856
        },
        {
            "start": 873273873,
            "stop": 873274213
        },
        {
            "start": 873274230,
            "stop": 873274695
        },
        {
            "start": 873274995,
            "stop": 873275765
        },
        {
            "start": 873275782,
            "stop": 873276167
        },
        {
            "start": 873276184,
            "stop": 873276217
        },
        {
            "start": 873276234,
            "stop": 873276800
        },
        {
            "start": 873276817,
            "stop": 873276941
        },
        {
            "start": 873276958,
            "stop": 873276979
        },
        {
            "start": 873277004,
            "stop": 873277102
        },
        {
            "start": 873277119,
            "stop": 873277178
        },
        {
            "start": 873277195,
            "stop": 873278741
        },
        {
            "start": 873278772,
            "stop": 873280468
        },
        {
            "start": 873280485,
            "stop": 873282378
        },
        {
            "start": 873282395,
            "stop": 873283439
        },
        {
            "start": 873283456,
            "stop": 873284045
        }
    ]
}