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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=335",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 336,
    "results": [
        {
            "start": 938839830,
            "stop": 938839949
        },
        {
            "start": 938853837,
            "stop": 938854022
        },
        {
            "start": 938854025,
            "stop": 938854749
        },
        {
            "start": 938857212,
            "stop": 938857769
        },
        {
            "start": 938857772,
            "stop": 938858524
        },
        {
            "start": 938858527,
            "stop": 938859329
        },
        {
            "start": 938859332,
            "stop": 938863557
        },
        {
            "start": 938863560,
            "stop": 938864116
        },
        {
            "start": 938864119,
            "stop": 938865071
        },
        {
            "start": 938865074,
            "stop": 938865125
        },
        {
            "start": 938865128,
            "stop": 938866698
        },
        {
            "start": 938866721,
            "stop": 938867263
        },
        {
            "start": 938867266,
            "stop": 938867539
        },
        {
            "start": 938870726,
            "stop": 938871885
        },
        {
            "start": 938871888,
            "stop": 938871934
        },
        {
            "start": 938871938,
            "stop": 938872061
        },
        {
            "start": 938872068,
            "stop": 938876483
        },
        {
            "start": 939035694,
            "stop": 939035743
        },
        {
            "start": 939035983,
            "stop": 939036043
        },
        {
            "start": 939036223,
            "stop": 939036343
        }
    ]
}