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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 289,
    "results": [
        {
            "start": 848755905,
            "stop": 848757062
        },
        {
            "start": 848757374,
            "stop": 848757596
        },
        {
            "start": 848757599,
            "stop": 848759482
        },
        {
            "start": 848759488,
            "stop": 848760397
        },
        {
            "start": 848760403,
            "stop": 848760432
        },
        {
            "start": 848760438,
            "stop": 848764338
        },
        {
            "start": 848764341,
            "stop": 848764349
        },
        {
            "start": 848764353,
            "stop": 848764405
        },
        {
            "start": 848764409,
            "stop": 848764849
        },
        {
            "start": 848782558,
            "stop": 848785698
        },
        {
            "start": 848786007,
            "stop": 848786119
        },
        {
            "start": 848786419,
            "stop": 848789214
        },
        {
            "start": 848789543,
            "stop": 848795893
        },
        {
            "start": 848800268,
            "stop": 848812610
        },
        {
            "start": 848812699,
            "stop": 848816655
        },
        {
            "start": 848816765,
            "stop": 848816808
        },
        {
            "start": 848818004,
            "stop": 848825426
        },
        {
            "start": 848825428,
            "stop": 848842198
        },
        {
            "start": 848842498,
            "stop": 848843203
        },
        {
            "start": 848843503,
            "stop": 848846388
        }
    ]
}