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=46958
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=46959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46957",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46958,
    "results": [
        {
            "start": 875207034,
            "stop": 875207075
        },
        {
            "start": 875207078,
            "stop": 875207099
        },
        {
            "start": 875207102,
            "stop": 875207143
        },
        {
            "start": 875207146,
            "stop": 875207149
        },
        {
            "start": 875207153,
            "stop": 875207166
        },
        {
            "start": 875207167,
            "stop": 875207168
        },
        {
            "start": 875207169,
            "stop": 875207210
        },
        {
            "start": 875207213,
            "stop": 875207280
        },
        {
            "start": 875207285,
            "stop": 875207335
        },
        {
            "start": 875207339,
            "stop": 875207375
        },
        {
            "start": 875207376,
            "stop": 875207393
        },
        {
            "start": 875207394,
            "stop": 875207405
        },
        {
            "start": 875207406,
            "stop": 875207411
        },
        {
            "start": 875207414,
            "stop": 875207455
        },
        {
            "start": 875207458,
            "stop": 875207479
        },
        {
            "start": 875207483,
            "stop": 875207511
        },
        {
            "start": 875207513,
            "stop": 875207571
        },
        {
            "start": 875207572,
            "stop": 875207587
        },
        {
            "start": 875207590,
            "stop": 875207613
        },
        {
            "start": 875207620,
            "stop": 875207625
        }
    ]
}