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=33187
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=33188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33186",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33187,
    "results": [
        {
            "start": 970840624,
            "stop": 970840673
        },
        {
            "start": 970840674,
            "stop": 970840830
        },
        {
            "start": 970840836,
            "stop": 970840893
        },
        {
            "start": 970840895,
            "stop": 970840912
        },
        {
            "start": 970840917,
            "stop": 970840936
        },
        {
            "start": 970840996,
            "stop": 970841087
        },
        {
            "start": 970841090,
            "stop": 970841323
        },
        {
            "start": 970841326,
            "stop": 970841412
        },
        {
            "start": 970841415,
            "stop": 970841456
        },
        {
            "start": 970841457,
            "stop": 970841528
        },
        {
            "start": 970841531,
            "stop": 970841537
        },
        {
            "start": 970841540,
            "stop": 970841583
        },
        {
            "start": 970841586,
            "stop": 970841628
        },
        {
            "start": 970841631,
            "stop": 970841651
        },
        {
            "start": 970841654,
            "stop": 970841732
        },
        {
            "start": 970841733,
            "stop": 970841771
        },
        {
            "start": 970841896,
            "stop": 970841914
        },
        {
            "start": 970841917,
            "stop": 970841933
        },
        {
            "start": 970841936,
            "stop": 970841956
        },
        {
            "start": 970842076,
            "stop": 970842094
        }
    ]
}