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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=95",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 96,
    "results": [
        {
            "start": 956462016,
            "stop": 956465510
        },
        {
            "start": 956465622,
            "stop": 956473748
        },
        {
            "start": 956491465,
            "stop": 956491556
        },
        {
            "start": 956491906,
            "stop": 956497466
        },
        {
            "start": 956498651,
            "stop": 956504316
        },
        {
            "start": 956504902,
            "stop": 956511875
        },
        {
            "start": 956514756,
            "stop": 956524978
        },
        {
            "start": 956530930,
            "stop": 956542314
        },
        {
            "start": 956555168,
            "stop": 956576153
        },
        {
            "start": 956576829,
            "stop": 956576913
        },
        {
            "start": 956580207,
            "stop": 956591218
        },
        {
            "start": 956591878,
            "stop": 956594636
        },
        {
            "start": 956595485,
            "stop": 956597823
        },
        {
            "start": 956598572,
            "stop": 956610849
        },
        {
            "start": 956613291,
            "stop": 956623082
        },
        {
            "start": 956642662,
            "stop": 956666587
        },
        {
            "start": 956669733,
            "stop": 956681199
        },
        {
            "start": 956682539,
            "stop": 956690852
        },
        {
            "start": 956691687,
            "stop": 956691920
        },
        {
            "start": 956692767,
            "stop": 956693584
        }
    ]
}