Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5943
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5942",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5943,
    "results": [
        {
            "start": 873193945,
            "stop": 873193976
        },
        {
            "start": 873193982,
            "stop": 873194042
        },
        {
            "start": 873194057,
            "stop": 873194061
        },
        {
            "start": 873194065,
            "stop": 873194072
        },
        {
            "start": 873194075,
            "stop": 873194076
        },
        {
            "start": 873194079,
            "stop": 873194083
        },
        {
            "start": 873194091,
            "stop": 873194193
        },
        {
            "start": 873194196,
            "stop": 873194198
        },
        {
            "start": 873194201,
            "stop": 873194218
        },
        {
            "start": 873194223,
            "stop": 873194225
        },
        {
            "start": 873194228,
            "stop": 873194978
        },
        {
            "start": 873194979,
            "stop": 873195149
        },
        {
            "start": 873195152,
            "stop": 873195426
        },
        {
            "start": 873195434,
            "stop": 873195445
        },
        {
            "start": 873195450,
            "stop": 873195477
        },
        {
            "start": 873195478,
            "stop": 873195501
        },
        {
            "start": 873195504,
            "stop": 873195508
        },
        {
            "start": 873195513,
            "stop": 873195533
        },
        {
            "start": 873195536,
            "stop": 873195542
        },
        {
            "start": 873195545,
            "stop": 873195605
        }
    ]
}