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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 70,
    "results": [
        {
            "start": 817403111,
            "stop": 817403113
        },
        {
            "start": 817403296,
            "stop": 817403333
        },
        {
            "start": 817403339,
            "stop": 817403781
        },
        {
            "start": 817415494,
            "stop": 817415924
        },
        {
            "start": 817416818,
            "stop": 817417064
        },
        {
            "start": 817417067,
            "stop": 817417213
        },
        {
            "start": 817417219,
            "stop": 817417232
        },
        {
            "start": 817417237,
            "stop": 817417274
        },
        {
            "start": 817417277,
            "stop": 817417514
        },
        {
            "start": 817417517,
            "stop": 817418138
        },
        {
            "start": 817418141,
            "stop": 817418142
        },
        {
            "start": 817418147,
            "stop": 817418151
        },
        {
            "start": 817418157,
            "stop": 817419093
        },
        {
            "start": 817419096,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419761
        },
        {
            "start": 817419764,
            "stop": 817419768
        },
        {
            "start": 817419771,
            "stop": 817421251
        },
        {
            "start": 817421254,
            "stop": 817421260
        },
        {
            "start": 817421263,
            "stop": 817421946
        },
        {
            "start": 817421949,
            "stop": 817421983
        }
    ]
}