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=33211
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=33212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33210",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33211,
    "results": [
        {
            "start": 970917256,
            "stop": 970917294
        },
        {
            "start": 970917296,
            "stop": 970917337
        },
        {
            "start": 970917338,
            "stop": 970917425
        },
        {
            "start": 970917426,
            "stop": 970917536
        },
        {
            "start": 970917539,
            "stop": 970917593
        },
        {
            "start": 970917595,
            "stop": 970917859
        },
        {
            "start": 970917860,
            "stop": 970917947
        },
        {
            "start": 970917949,
            "stop": 970917981
        },
        {
            "start": 970917984,
            "stop": 970917989
        },
        {
            "start": 970917992,
            "stop": 970918089
        },
        {
            "start": 970918090,
            "stop": 970918107
        },
        {
            "start": 970918108,
            "stop": 970918135
        },
        {
            "start": 970918138,
            "stop": 970918156
        },
        {
            "start": 970918216,
            "stop": 970918430
        },
        {
            "start": 970918431,
            "stop": 970918442
        },
        {
            "start": 970918443,
            "stop": 970918472
        },
        {
            "start": 970918473,
            "stop": 970918542
        },
        {
            "start": 970918543,
            "stop": 970918637
        },
        {
            "start": 970918638,
            "stop": 970918711
        },
        {
            "start": 970918714,
            "stop": 970918717
        }
    ]
}