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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 135,
    "results": [
        {
            "start": 817907961,
            "stop": 817908025
        },
        {
            "start": 817908028,
            "stop": 817908588
        },
        {
            "start": 817908592,
            "stop": 817908627
        },
        {
            "start": 817908631,
            "stop": 817908635
        },
        {
            "start": 817909481,
            "stop": 817909485
        },
        {
            "start": 817909488,
            "stop": 817909544
        },
        {
            "start": 817981691,
            "stop": 817982112
        },
        {
            "start": 817982117,
            "stop": 817982123
        },
        {
            "start": 817982126,
            "stop": 817982171
        },
        {
            "start": 817982174,
            "stop": 817982272
        },
        {
            "start": 817982275,
            "stop": 817982865
        },
        {
            "start": 817982868,
            "stop": 817982922
        },
        {
            "start": 817982925,
            "stop": 817983254
        },
        {
            "start": 817983257,
            "stop": 817983285
        },
        {
            "start": 817983288,
            "stop": 817983598
        },
        {
            "start": 817983601,
            "stop": 817984393
        },
        {
            "start": 817984396,
            "stop": 817984616
        },
        {
            "start": 817984619,
            "stop": 817984819
        },
        {
            "start": 817984822,
            "stop": 817984879
        },
        {
            "start": 817984882,
            "stop": 817985274
        }
    ]
}