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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=131",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 132,
    "results": [
        {
            "start": 953602491,
            "stop": 953602492
        },
        {
            "start": 953602496,
            "stop": 953602536
        },
        {
            "start": 953602541,
            "stop": 953602547
        },
        {
            "start": 953602550,
            "stop": 953602590
        },
        {
            "start": 953602600,
            "stop": 953602604
        },
        {
            "start": 953602607,
            "stop": 953602626
        },
        {
            "start": 953602631,
            "stop": 953602656
        },
        {
            "start": 953602660,
            "stop": 953602669
        },
        {
            "start": 953602671,
            "stop": 953602686
        },
        {
            "start": 953602690,
            "stop": 953602707
        },
        {
            "start": 953602722,
            "stop": 953602729
        },
        {
            "start": 953602732,
            "stop": 953602736
        },
        {
            "start": 953602739,
            "stop": 953602743
        },
        {
            "start": 953602757,
            "stop": 953602764
        },
        {
            "start": 953602782,
            "stop": 953602784
        },
        {
            "start": 953602789,
            "stop": 953602792
        },
        {
            "start": 953602798,
            "stop": 953602802
        },
        {
            "start": 953602807,
            "stop": 953602808
        },
        {
            "start": 953602812,
            "stop": 953602813
        },
        {
            "start": 953602816,
            "stop": 953602844
        }
    ]
}