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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2321",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2322,
    "results": [
        {
            "start": 874276165,
            "stop": 874283310
        },
        {
            "start": 874283329,
            "stop": 874286279
        },
        {
            "start": 874286312,
            "stop": 874286423
        },
        {
            "start": 874286442,
            "stop": 874286766
        },
        {
            "start": 874286785,
            "stop": 874286941
        },
        {
            "start": 874286960,
            "stop": 874287908
        },
        {
            "start": 874287927,
            "stop": 874288929
        },
        {
            "start": 874288948,
            "stop": 874289174
        },
        {
            "start": 874289194,
            "stop": 874289930
        },
        {
            "start": 874289949,
            "stop": 874289996
        },
        {
            "start": 874290049,
            "stop": 874290073
        },
        {
            "start": 874290092,
            "stop": 874290114
        },
        {
            "start": 874290149,
            "stop": 874290181
        },
        {
            "start": 874290200,
            "stop": 874290236
        },
        {
            "start": 874290277,
            "stop": 874290290
        },
        {
            "start": 874290309,
            "stop": 874290311
        },
        {
            "start": 874290335,
            "stop": 874290423
        },
        {
            "start": 874290442,
            "stop": 874291073
        },
        {
            "start": 874291092,
            "stop": 874293117
        },
        {
            "start": 874293142,
            "stop": 874293166
        }
    ]
}