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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=729",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 730,
    "results": [
        {
            "start": 953097153,
            "stop": 953097570
        },
        {
            "start": 953097576,
            "stop": 953101346
        },
        {
            "start": 953101352,
            "stop": 953102051
        },
        {
            "start": 953102057,
            "stop": 953102191
        },
        {
            "start": 953102197,
            "stop": 953102649
        },
        {
            "start": 953104822,
            "stop": 953106446
        },
        {
            "start": 953106452,
            "stop": 953107503
        },
        {
            "start": 953107509,
            "stop": 953108138
        },
        {
            "start": 953108144,
            "stop": 953108921
        },
        {
            "start": 953108927,
            "stop": 953109347
        },
        {
            "start": 953109352,
            "stop": 953109408
        },
        {
            "start": 953109414,
            "stop": 953109904
        },
        {
            "start": 953109909,
            "stop": 953109918
        },
        {
            "start": 953109924,
            "stop": 953110398
        },
        {
            "start": 953110404,
            "stop": 953113465
        },
        {
            "start": 953113471,
            "stop": 953114840
        },
        {
            "start": 953114846,
            "stop": 953115775
        },
        {
            "start": 953115781,
            "stop": 953116530
        },
        {
            "start": 953116536,
            "stop": 953117028
        },
        {
            "start": 953117034,
            "stop": 953118371
        }
    ]
}