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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16732",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16733,
    "results": [
        {
            "start": 875044742,
            "stop": 875044843
        },
        {
            "start": 875044844,
            "stop": 875044993
        },
        {
            "start": 875044994,
            "stop": 875044996
        },
        {
            "start": 875044997,
            "stop": 875044998
        },
        {
            "start": 875044999,
            "stop": 875045014
        },
        {
            "start": 875045015,
            "stop": 875045091
        },
        {
            "start": 875045092,
            "stop": 875045095
        },
        {
            "start": 875045097,
            "stop": 875045129
        },
        {
            "start": 875045130,
            "stop": 875045146
        },
        {
            "start": 875045147,
            "stop": 875045195
        },
        {
            "start": 875045196,
            "stop": 875045211
        },
        {
            "start": 875045212,
            "stop": 875045232
        },
        {
            "start": 875045234,
            "stop": 875045236
        },
        {
            "start": 875045238,
            "stop": 875045240
        },
        {
            "start": 875045242,
            "stop": 875045362
        },
        {
            "start": 875045363,
            "stop": 875045406
        },
        {
            "start": 875045408,
            "stop": 875045429
        },
        {
            "start": 875045432,
            "stop": 875045452
        },
        {
            "start": 875045453,
            "stop": 875045480
        },
        {
            "start": 875045482,
            "stop": 875045518
        }
    ]
}