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=46862
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=46863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46861",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46862,
    "results": [
        {
            "start": 875144962,
            "stop": 875144966
        },
        {
            "start": 875144967,
            "stop": 875145007
        },
        {
            "start": 875145008,
            "stop": 875145020
        },
        {
            "start": 875145021,
            "stop": 875145056
        },
        {
            "start": 875145057,
            "stop": 875145094
        },
        {
            "start": 875145095,
            "stop": 875145146
        },
        {
            "start": 875145147,
            "stop": 875145166
        },
        {
            "start": 875145167,
            "stop": 875145180
        },
        {
            "start": 875145181,
            "stop": 875145255
        },
        {
            "start": 875145258,
            "stop": 875145332
        },
        {
            "start": 875145334,
            "stop": 875145382
        },
        {
            "start": 875145386,
            "stop": 875145407
        },
        {
            "start": 875145409,
            "stop": 875145416
        },
        {
            "start": 875145417,
            "stop": 875145440
        },
        {
            "start": 875145443,
            "stop": 875145445
        },
        {
            "start": 875145448,
            "stop": 875145453
        },
        {
            "start": 875145454,
            "stop": 875145479
        },
        {
            "start": 875145480,
            "stop": 875145484
        },
        {
            "start": 875145485,
            "stop": 875145522
        },
        {
            "start": 875145523,
            "stop": 875145583
        }
    ]
}