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=33163
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=33164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33162",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33163,
    "results": [
        {
            "start": 970682582,
            "stop": 970682825
        },
        {
            "start": 970682826,
            "stop": 970682969
        },
        {
            "start": 970682972,
            "stop": 970683869
        },
        {
            "start": 970683872,
            "stop": 970684435
        },
        {
            "start": 970684438,
            "stop": 970684504
        },
        {
            "start": 970684505,
            "stop": 970684546
        },
        {
            "start": 970684547,
            "stop": 970684741
        },
        {
            "start": 970684742,
            "stop": 970684884
        },
        {
            "start": 970684885,
            "stop": 970684961
        },
        {
            "start": 970684964,
            "stop": 970685130
        },
        {
            "start": 970685133,
            "stop": 970686162
        },
        {
            "start": 970686163,
            "stop": 970686594
        },
        {
            "start": 970686597,
            "stop": 970687031
        },
        {
            "start": 970687034,
            "stop": 970687838
        },
        {
            "start": 970687841,
            "stop": 970687842
        },
        {
            "start": 970687843,
            "stop": 970688600
        },
        {
            "start": 970688601,
            "stop": 970688627
        },
        {
            "start": 970688630,
            "stop": 970688736
        },
        {
            "start": 970688737,
            "stop": 970689106
        },
        {
            "start": 970689107,
            "stop": 970689226
        }
    ]
}