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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33265",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33266,
    "results": [
        {
            "start": 970994574,
            "stop": 970994601
        },
        {
            "start": 970994602,
            "stop": 970994611
        },
        {
            "start": 970994614,
            "stop": 970994633
        },
        {
            "start": 970994634,
            "stop": 970994695
        },
        {
            "start": 970994697,
            "stop": 970994702
        },
        {
            "start": 970994703,
            "stop": 970994711
        },
        {
            "start": 970994712,
            "stop": 970994713
        },
        {
            "start": 970994714,
            "stop": 970994760
        },
        {
            "start": 970994761,
            "stop": 970994836
        },
        {
            "start": 970994837,
            "stop": 970994852
        },
        {
            "start": 970994853,
            "stop": 970994858
        },
        {
            "start": 970994862,
            "stop": 970994863
        },
        {
            "start": 970994864,
            "stop": 970994894
        },
        {
            "start": 970994896,
            "stop": 970994924
        },
        {
            "start": 970994925,
            "stop": 970994926
        },
        {
            "start": 970994929,
            "stop": 970994932
        },
        {
            "start": 970994935,
            "stop": 970994943
        },
        {
            "start": 970994944,
            "stop": 970994945
        },
        {
            "start": 970994946,
            "stop": 970994978
        },
        {
            "start": 970994980,
            "stop": 970995033
        }
    ]
}