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=33159
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=33160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33158",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33159,
    "results": [
        {
            "start": 970608385,
            "stop": 970608589
        },
        {
            "start": 970636027,
            "stop": 970636799
        },
        {
            "start": 970636800,
            "stop": 970637946
        },
        {
            "start": 970637948,
            "stop": 970638048
        },
        {
            "start": 970638059,
            "stop": 970638726
        },
        {
            "start": 970638727,
            "stop": 970640582
        },
        {
            "start": 970640583,
            "stop": 970641678
        },
        {
            "start": 970641684,
            "stop": 970641725
        },
        {
            "start": 970641731,
            "stop": 970641959
        },
        {
            "start": 970641965,
            "stop": 970642488
        },
        {
            "start": 970642489,
            "stop": 970643653
        },
        {
            "start": 970643659,
            "stop": 970643666
        },
        {
            "start": 970643672,
            "stop": 970644356
        },
        {
            "start": 970644357,
            "stop": 970644496
        },
        {
            "start": 970644556,
            "stop": 970646114
        },
        {
            "start": 970646116,
            "stop": 970648019
        },
        {
            "start": 970648020,
            "stop": 970650035
        },
        {
            "start": 970650036,
            "stop": 970652080
        },
        {
            "start": 970652081,
            "stop": 970654054
        },
        {
            "start": 970654055,
            "stop": 970655981
        }
    ]
}