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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3564",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3562",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3563,
    "results": [
        {
            "start": 970387759,
            "stop": 970387797
        },
        {
            "start": 970387800,
            "stop": 970387839
        },
        {
            "start": 970387842,
            "stop": 970388112
        },
        {
            "start": 970388115,
            "stop": 970388140
        },
        {
            "start": 970388143,
            "stop": 970388636
        },
        {
            "start": 970388637,
            "stop": 970388830
        },
        {
            "start": 970388833,
            "stop": 970388988
        },
        {
            "start": 970388991,
            "stop": 970389017
        },
        {
            "start": 970389022,
            "stop": 970389034
        },
        {
            "start": 970389037,
            "stop": 970389230
        },
        {
            "start": 970389233,
            "stop": 970389238
        },
        {
            "start": 970389417,
            "stop": 970389494
        },
        {
            "start": 970389497,
            "stop": 970389605
        },
        {
            "start": 970389608,
            "stop": 970389806
        },
        {
            "start": 970389812,
            "stop": 970389817
        },
        {
            "start": 970389820,
            "stop": 970389834
        },
        {
            "start": 970389837,
            "stop": 970389873
        },
        {
            "start": 970389876,
            "stop": 970389939
        },
        {
            "start": 970389942,
            "stop": 970390267
        },
        {
            "start": 970390270,
            "stop": 970390310
        }
    ]
}