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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5232",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5233,
    "results": [
        {
            "start": 874290166,
            "stop": 874290181
        },
        {
            "start": 874290217,
            "stop": 874290236
        },
        {
            "start": 874290352,
            "stop": 874290423
        },
        {
            "start": 874290459,
            "stop": 874291073
        },
        {
            "start": 874291109,
            "stop": 874291205
        },
        {
            "start": 874291337,
            "stop": 874291628
        },
        {
            "start": 874292027,
            "stop": 874292449
        },
        {
            "start": 874293327,
            "stop": 874293329
        },
        {
            "start": 874293404,
            "stop": 874293506
        },
        {
            "start": 874293718,
            "stop": 874293746
        },
        {
            "start": 874293783,
            "stop": 874293836
        },
        {
            "start": 874293908,
            "stop": 874293998
        },
        {
            "start": 874294160,
            "stop": 874294178
        },
        {
            "start": 874294266,
            "stop": 874294292
        },
        {
            "start": 874294397,
            "stop": 874294426
        },
        {
            "start": 874294464,
            "stop": 874294922
        },
        {
            "start": 874294958,
            "stop": 874295065
        },
        {
            "start": 874295200,
            "stop": 874296178
        },
        {
            "start": 874296227,
            "stop": 874296320
        },
        {
            "start": 874296356,
            "stop": 874296688
        }
    ]
}