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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 61,
    "results": [
        {
            "start": 1126439643,
            "stop": 1126439899
        },
        {
            "start": 1126439901,
            "stop": 1126439947
        },
        {
            "start": 1126439949,
            "stop": 1126439966
        },
        {
            "start": 1126439967,
            "stop": 1126439970
        },
        {
            "start": 1126439972,
            "stop": 1126440252
        },
        {
            "start": 1126440253,
            "stop": 1126440302
        },
        {
            "start": 1126440303,
            "stop": 1126440559
        },
        {
            "start": 1126440560,
            "stop": 1126440685
        },
        {
            "start": 1126440687,
            "stop": 1126440848
        },
        {
            "start": 1126440849,
            "stop": 1126441131
        },
        {
            "start": 1126441133,
            "stop": 1126441162
        },
        {
            "start": 1126441169,
            "stop": 1126441193
        },
        {
            "start": 1126441195,
            "stop": 1126441359
        },
        {
            "start": 1126441360,
            "stop": 1126441445
        },
        {
            "start": 1126441446,
            "stop": 1126441541
        },
        {
            "start": 1126441543,
            "stop": 1126441748
        },
        {
            "start": 1126441750,
            "stop": 1126441834
        },
        {
            "start": 1126441835,
            "stop": 1126442339
        },
        {
            "start": 1126442341,
            "stop": 1126442379
        },
        {
            "start": 1126442381,
            "stop": 1126442872
        }
    ]
}