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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1358",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1359,
    "results": [
        {
            "start": 966161315,
            "stop": 966161398
        },
        {
            "start": 966161399,
            "stop": 966170183
        },
        {
            "start": 966171589,
            "stop": 966172427
        },
        {
            "start": 966172880,
            "stop": 966174866
        },
        {
            "start": 966176642,
            "stop": 966179026
        },
        {
            "start": 966179027,
            "stop": 966182470
        },
        {
            "start": 966182471,
            "stop": 966192360
        },
        {
            "start": 966192361,
            "stop": 966199707
        },
        {
            "start": 966199708,
            "stop": 966203247
        },
        {
            "start": 966203248,
            "stop": 966207130
        },
        {
            "start": 966207784,
            "stop": 966209332
        },
        {
            "start": 966211285,
            "stop": 966220703
        },
        {
            "start": 966220908,
            "stop": 966236387
        },
        {
            "start": 966236388,
            "stop": 966239451
        },
        {
            "start": 966239453,
            "stop": 966243625
        },
        {
            "start": 966243626,
            "stop": 966247754
        },
        {
            "start": 966247755,
            "stop": 966254998
        },
        {
            "start": 966255918,
            "stop": 966255981
        },
        {
            "start": 966256586,
            "stop": 966264542
        },
        {
            "start": 966267270,
            "stop": 966272461
        }
    ]
}