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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=117",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 118,
    "results": [
        {
            "start": 970958958,
            "stop": 970965075
        },
        {
            "start": 970966115,
            "stop": 971002349
        },
        {
            "start": 971004792,
            "stop": 971014269
        },
        {
            "start": 971026186,
            "stop": 971030335
        },
        {
            "start": 971044771,
            "stop": 971046482
        },
        {
            "start": 971283721,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292267
        },
        {
            "start": 971293866,
            "stop": 971297508
        },
        {
            "start": 971321073,
            "stop": 971351845
        },
        {
            "start": 971354464,
            "stop": 971361493
        },
        {
            "start": 971363682,
            "stop": 971385635
        },
        {
            "start": 971387354,
            "stop": 971427298
        },
        {
            "start": 971430972,
            "stop": 971450792
        },
        {
            "start": 971460805,
            "stop": 971462598
        },
        {
            "start": 971502047,
            "stop": 971530759
        },
        {
            "start": 971596522,
            "stop": 971622015
        }
    ]
}