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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1666",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1664",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1665,
    "results": [
        {
            "start": 957248378,
            "stop": 957248458
        },
        {
            "start": 957248459,
            "stop": 957248556
        },
        {
            "start": 957248558,
            "stop": 957249118
        },
        {
            "start": 957249120,
            "stop": 957249203
        },
        {
            "start": 957249205,
            "stop": 957249377
        },
        {
            "start": 957250491,
            "stop": 957250596
        },
        {
            "start": 957250598,
            "stop": 957251023
        },
        {
            "start": 957251025,
            "stop": 957251807
        },
        {
            "start": 957251809,
            "stop": 957251832
        },
        {
            "start": 957251834,
            "stop": 957252314
        },
        {
            "start": 957252316,
            "stop": 957252406
        },
        {
            "start": 957252408,
            "stop": 957252672
        },
        {
            "start": 957252674,
            "stop": 957252968
        },
        {
            "start": 957252970,
            "stop": 957253111
        },
        {
            "start": 957253113,
            "stop": 957254701
        },
        {
            "start": 957254703,
            "stop": 957254811
        },
        {
            "start": 957254813,
            "stop": 957255199
        },
        {
            "start": 957255201,
            "stop": 957255216
        },
        {
            "start": 957255218,
            "stop": 957255515
        },
        {
            "start": 957255517,
            "stop": 957255822
        }
    ]
}