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=5949
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=5950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5948",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5949,
    "results": [
        {
            "start": 873204975,
            "stop": 873205053
        },
        {
            "start": 873205054,
            "stop": 873205313
        },
        {
            "start": 873205315,
            "stop": 873206011
        },
        {
            "start": 873206014,
            "stop": 873206038
        },
        {
            "start": 873206041,
            "stop": 873206043
        },
        {
            "start": 873206046,
            "stop": 873206104
        },
        {
            "start": 873206105,
            "stop": 873206158
        },
        {
            "start": 873206163,
            "stop": 873206168
        },
        {
            "start": 873206174,
            "stop": 873206223
        },
        {
            "start": 873206228,
            "stop": 873206258
        },
        {
            "start": 873206262,
            "stop": 873206348
        },
        {
            "start": 873206351,
            "stop": 873206389
        },
        {
            "start": 873206390,
            "stop": 873206501
        },
        {
            "start": 873206504,
            "stop": 873206506
        },
        {
            "start": 873206510,
            "stop": 873206598
        },
        {
            "start": 873206600,
            "stop": 873206697
        },
        {
            "start": 873206698,
            "stop": 873207283
        },
        {
            "start": 873207284,
            "stop": 873207365
        },
        {
            "start": 873207367,
            "stop": 873207587
        },
        {
            "start": 873207590,
            "stop": 873207820
        }
    ]
}