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/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=434
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=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=433",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 434,
    "results": [
        {
            "start": 827193049,
            "stop": 827193073
        },
        {
            "start": 827193082,
            "stop": 827193140
        },
        {
            "start": 827193148,
            "stop": 827193194
        },
        {
            "start": 827193201,
            "stop": 827193222
        },
        {
            "start": 827193236,
            "stop": 827193308
        },
        {
            "start": 827193320,
            "stop": 827193379
        },
        {
            "start": 827193386,
            "stop": 827193604
        },
        {
            "start": 827193612,
            "stop": 827193642
        },
        {
            "start": 827193649,
            "stop": 827193815
        },
        {
            "start": 827193822,
            "stop": 827193848
        },
        {
            "start": 827193856,
            "stop": 827193980
        },
        {
            "start": 827193987,
            "stop": 827194044
        },
        {
            "start": 827194052,
            "stop": 827194247
        },
        {
            "start": 827194254,
            "stop": 827194282
        },
        {
            "start": 827194292,
            "stop": 827194310
        },
        {
            "start": 827194318,
            "stop": 827194647
        },
        {
            "start": 827194654,
            "stop": 827194728
        },
        {
            "start": 827194740,
            "stop": 827194820
        },
        {
            "start": 827194827,
            "stop": 827194860
        },
        {
            "start": 827194877,
            "stop": 827195049
        }
    ]
}