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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10169",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10170,
    "results": [
        {
            "start": 873806534,
            "stop": 873806696
        },
        {
            "start": 873806704,
            "stop": 873806711
        },
        {
            "start": 873806719,
            "stop": 873806732
        },
        {
            "start": 873806740,
            "stop": 873806802
        },
        {
            "start": 873806818,
            "stop": 873806866
        },
        {
            "start": 873806874,
            "stop": 873806889
        },
        {
            "start": 873806896,
            "stop": 873807015
        },
        {
            "start": 873807022,
            "stop": 873807023
        },
        {
            "start": 873807038,
            "stop": 873807108
        },
        {
            "start": 873807116,
            "stop": 873807120
        },
        {
            "start": 873807180,
            "stop": 873807183
        },
        {
            "start": 873807194,
            "stop": 873807415
        },
        {
            "start": 873807449,
            "stop": 873807511
        },
        {
            "start": 873807525,
            "stop": 873807558
        },
        {
            "start": 873807567,
            "stop": 873807570
        },
        {
            "start": 873807577,
            "stop": 873807630
        },
        {
            "start": 873807637,
            "stop": 873807665
        },
        {
            "start": 873807679,
            "stop": 873808025
        },
        {
            "start": 873808038,
            "stop": 873808125
        },
        {
            "start": 873808134,
            "stop": 873808208
        }
    ]
}