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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1225",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1226,
    "results": [
        {
            "start": 957182977,
            "stop": 957183545
        },
        {
            "start": 957183547,
            "stop": 957184044
        },
        {
            "start": 957184046,
            "stop": 957184734
        },
        {
            "start": 957186082,
            "stop": 957186576
        },
        {
            "start": 957186578,
            "stop": 957188510
        },
        {
            "start": 957188512,
            "stop": 957188738
        },
        {
            "start": 957188740,
            "stop": 957190821
        },
        {
            "start": 957191102,
            "stop": 957195017
        },
        {
            "start": 957195019,
            "stop": 957195456
        },
        {
            "start": 957196610,
            "stop": 957198741
        },
        {
            "start": 957198743,
            "stop": 957201118
        },
        {
            "start": 957201120,
            "stop": 957204846
        },
        {
            "start": 957207302,
            "stop": 957209971
        },
        {
            "start": 957211033,
            "stop": 957216329
        },
        {
            "start": 957229340,
            "stop": 957230031
        },
        {
            "start": 957247016,
            "stop": 957248376
        },
        {
            "start": 957248378,
            "stop": 957248458
        },
        {
            "start": 957248459,
            "stop": 957248556
        },
        {
            "start": 957248558,
            "stop": 957249118
        },
        {
            "start": 957249120,
            "stop": 957249203
        }
    ]
}