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=1661
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=1662",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1660",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1661,
    "results": [
        {
            "start": 957110208,
            "stop": 957110225
        },
        {
            "start": 957110228,
            "stop": 957110297
        },
        {
            "start": 957110299,
            "stop": 957110396
        },
        {
            "start": 957110398,
            "stop": 957110403
        },
        {
            "start": 957110405,
            "stop": 957110536
        },
        {
            "start": 957110540,
            "stop": 957110733
        },
        {
            "start": 957110735,
            "stop": 957110783
        },
        {
            "start": 957110785,
            "stop": 957110846
        },
        {
            "start": 957110850,
            "stop": 957110889
        },
        {
            "start": 957110899,
            "stop": 957110937
        },
        {
            "start": 957110939,
            "stop": 957111120
        },
        {
            "start": 957111123,
            "stop": 957111180
        },
        {
            "start": 957111182,
            "stop": 957111370
        },
        {
            "start": 957116417,
            "stop": 957116800
        },
        {
            "start": 957124728,
            "stop": 957129710
        },
        {
            "start": 957130065,
            "stop": 957130636
        },
        {
            "start": 957130638,
            "stop": 957130708
        },
        {
            "start": 957130710,
            "stop": 957135970
        },
        {
            "start": 957160767,
            "stop": 957162312
        },
        {
            "start": 957162314,
            "stop": 957163326
        }
    ]
}