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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=32",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 33,
    "results": [
        {
            "start": 815825529,
            "stop": 815825574
        },
        {
            "start": 815825577,
            "stop": 815826135
        },
        {
            "start": 815826138,
            "stop": 815826360
        },
        {
            "start": 815826363,
            "stop": 815826889
        },
        {
            "start": 815826892,
            "stop": 815827344
        },
        {
            "start": 815827348,
            "stop": 815827808
        },
        {
            "start": 815827812,
            "stop": 815831705
        },
        {
            "start": 815831708,
            "stop": 815831882
        },
        {
            "start": 815831885,
            "stop": 815833023
        },
        {
            "start": 815833027,
            "stop": 815837025
        },
        {
            "start": 815837028,
            "stop": 815837119
        },
        {
            "start": 815837123,
            "stop": 815838188
        },
        {
            "start": 815838191,
            "stop": 815838631
        },
        {
            "start": 815838633,
            "stop": 815839015
        },
        {
            "start": 815839018,
            "stop": 815839517
        },
        {
            "start": 815839520,
            "stop": 815839588
        },
        {
            "start": 815839591,
            "stop": 815840687
        },
        {
            "start": 815840690,
            "stop": 815841910
        },
        {
            "start": 815841914,
            "stop": 815843292
        },
        {
            "start": 815843295,
            "stop": 815844163
        }
    ]
}