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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1609",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1607",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1608,
    "results": [
        {
            "start": 953751485,
            "stop": 953751594
        },
        {
            "start": 953751596,
            "stop": 953753999
        },
        {
            "start": 953754001,
            "stop": 953754152
        },
        {
            "start": 953754154,
            "stop": 953754767
        },
        {
            "start": 953754769,
            "stop": 953754871
        },
        {
            "start": 953754873,
            "stop": 953754875
        },
        {
            "start": 953754877,
            "stop": 953754888
        },
        {
            "start": 953754890,
            "stop": 953754908
        },
        {
            "start": 953754912,
            "stop": 953754923
        },
        {
            "start": 953754925,
            "stop": 953754958
        },
        {
            "start": 953754960,
            "stop": 953754963
        },
        {
            "start": 953757065,
            "stop": 953770178
        },
        {
            "start": 953774816,
            "stop": 953776282
        },
        {
            "start": 953776284,
            "stop": 953817473
        },
        {
            "start": 953817475,
            "stop": 953821296
        },
        {
            "start": 953821297,
            "stop": 953821485
        },
        {
            "start": 953826913,
            "stop": 953833712
        },
        {
            "start": 953834654,
            "stop": 953841662
        },
        {
            "start": 953841664,
            "stop": 953841692
        },
        {
            "start": 953846131,
            "stop": 953852671
        }
    ]
}