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=33278
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=33279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33277",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33278,
    "results": [
        {
            "start": 970999395,
            "stop": 970999399
        },
        {
            "start": 970999400,
            "stop": 970999503
        },
        {
            "start": 970999506,
            "stop": 970999508
        },
        {
            "start": 970999509,
            "stop": 970999544
        },
        {
            "start": 970999547,
            "stop": 970999562
        },
        {
            "start": 970999563,
            "stop": 970999588
        },
        {
            "start": 970999591,
            "stop": 970999646
        },
        {
            "start": 970999647,
            "stop": 970999682
        },
        {
            "start": 970999683,
            "stop": 970999688
        },
        {
            "start": 970999691,
            "stop": 970999724
        },
        {
            "start": 970999725,
            "stop": 970999737
        },
        {
            "start": 970999738,
            "stop": 970999744
        },
        {
            "start": 970999745,
            "stop": 970999750
        },
        {
            "start": 970999753,
            "stop": 970999790
        },
        {
            "start": 970999793,
            "stop": 970999833
        },
        {
            "start": 970999834,
            "stop": 970999853
        },
        {
            "start": 970999854,
            "stop": 970999858
        },
        {
            "start": 970999859,
            "stop": 970999887
        },
        {
            "start": 970999888,
            "stop": 970999891
        },
        {
            "start": 970999894,
            "stop": 970999896
        }
    ]
}