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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 95,
    "results": [
        {
            "start": 819819044,
            "stop": 819819076
        },
        {
            "start": 819819080,
            "stop": 819819782
        },
        {
            "start": 819819785,
            "stop": 819820411
        },
        {
            "start": 819820415,
            "stop": 819820628
        },
        {
            "start": 819820631,
            "stop": 819821134
        },
        {
            "start": 819821137,
            "stop": 819821340
        },
        {
            "start": 819821464,
            "stop": 819821953
        },
        {
            "start": 819821956,
            "stop": 819822534
        },
        {
            "start": 819822538,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819823217
        },
        {
            "start": 819823220,
            "stop": 819824079
        },
        {
            "start": 819824082,
            "stop": 819824530
        },
        {
            "start": 819824534,
            "stop": 819825112
        },
        {
            "start": 819825115,
            "stop": 819825265
        },
        {
            "start": 819825268,
            "stop": 819825287
        },
        {
            "start": 819827551,
            "stop": 819827653
        },
        {
            "start": 819827656,
            "stop": 819827734
        },
        {
            "start": 819827737,
            "stop": 819827937
        },
        {
            "start": 819827941,
            "stop": 819828193
        },
        {
            "start": 819828488,
            "stop": 819828682
        }
    ]
}