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=1804
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=1805",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1803",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1804,
    "results": [
        {
            "start": 960520245,
            "stop": 960531568
        },
        {
            "start": 960533781,
            "stop": 960548690
        },
        {
            "start": 960548692,
            "stop": 960549529
        },
        {
            "start": 960549531,
            "stop": 960549550
        },
        {
            "start": 960549554,
            "stop": 960549555
        },
        {
            "start": 960549557,
            "stop": 960549576
        },
        {
            "start": 960549590,
            "stop": 960549599
        },
        {
            "start": 960549602,
            "stop": 960549603
        },
        {
            "start": 960549612,
            "stop": 960549653
        },
        {
            "start": 960549655,
            "stop": 960549699
        },
        {
            "start": 960549701,
            "stop": 960549703
        },
        {
            "start": 960549707,
            "stop": 960549716
        },
        {
            "start": 960549718,
            "stop": 960549904
        },
        {
            "start": 960549907,
            "stop": 960549946
        },
        {
            "start": 960549948,
            "stop": 960549971
        },
        {
            "start": 960549974,
            "stop": 960550045
        },
        {
            "start": 960550049,
            "stop": 960550119
        },
        {
            "start": 960550123,
            "stop": 960550166
        },
        {
            "start": 960550168,
            "stop": 960550173
        },
        {
            "start": 960550175,
            "stop": 960550200
        }
    ]
}