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=6899
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=6900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6898",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6899,
    "results": [
        {
            "start": 873466889,
            "stop": 873466899
        },
        {
            "start": 873466901,
            "stop": 873466902
        },
        {
            "start": 873466903,
            "stop": 873466914
        },
        {
            "start": 873466915,
            "stop": 873466925
        },
        {
            "start": 873466926,
            "stop": 873466934
        },
        {
            "start": 873466935,
            "stop": 873467055
        },
        {
            "start": 873467059,
            "stop": 873467082
        },
        {
            "start": 873467083,
            "stop": 873467128
        },
        {
            "start": 873467129,
            "stop": 873467137
        },
        {
            "start": 873467138,
            "stop": 873467143
        },
        {
            "start": 873467147,
            "stop": 873467148
        },
        {
            "start": 873467149,
            "stop": 873467151
        },
        {
            "start": 873467155,
            "stop": 873467187
        },
        {
            "start": 873467193,
            "stop": 873467197
        },
        {
            "start": 873467198,
            "stop": 873467213
        },
        {
            "start": 873467216,
            "stop": 873467219
        },
        {
            "start": 873467221,
            "stop": 873467230
        },
        {
            "start": 873467241,
            "stop": 873467245
        },
        {
            "start": 873467246,
            "stop": 873467250
        },
        {
            "start": 873469468,
            "stop": 873469958
        }
    ]
}