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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5168",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5166",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5167,
    "results": [
        {
            "start": 1137000174,
            "stop": 1137000225
        },
        {
            "start": 1137000226,
            "stop": 1137000228
        },
        {
            "start": 1137000230,
            "stop": 1137000279
        },
        {
            "start": 1137000280,
            "stop": 1137000305
        },
        {
            "start": 1137000307,
            "stop": 1137000352
        },
        {
            "start": 1137000354,
            "stop": 1137000364
        },
        {
            "start": 1137000365,
            "stop": 1137000375
        },
        {
            "start": 1137000377,
            "stop": 1137000387
        },
        {
            "start": 1137000389,
            "stop": 1137000396
        },
        {
            "start": 1137000398,
            "stop": 1137000417
        },
        {
            "start": 1137000419,
            "stop": 1137000429
        },
        {
            "start": 1137000431,
            "stop": 1137000440
        },
        {
            "start": 1137000442,
            "stop": 1137000451
        },
        {
            "start": 1137000453,
            "stop": 1137000462
        },
        {
            "start": 1137000464,
            "stop": 1137000476
        },
        {
            "start": 1137000478,
            "stop": 1137000484
        },
        {
            "start": 1137000486,
            "stop": 1137000497
        },
        {
            "start": 1137000499,
            "stop": 1137000507
        },
        {
            "start": 1137000509,
            "stop": 1137000517
        },
        {
            "start": 1137000519,
            "stop": 1137000529
        }
    ]
}