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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41066",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41067,
    "results": [
        {
            "start": 875206984,
            "stop": 875207012
        },
        {
            "start": 875207013,
            "stop": 875207032
        },
        {
            "start": 875207033,
            "stop": 875207076
        },
        {
            "start": 875207077,
            "stop": 875207088
        },
        {
            "start": 875207089,
            "stop": 875207119
        },
        {
            "start": 875207120,
            "stop": 875207134
        },
        {
            "start": 875207135,
            "stop": 875207149
        },
        {
            "start": 875207150,
            "stop": 875207166
        },
        {
            "start": 875207167,
            "stop": 875207168
        },
        {
            "start": 875207169,
            "stop": 875207281
        },
        {
            "start": 875207282,
            "stop": 875207393
        },
        {
            "start": 875207394,
            "stop": 875207405
        },
        {
            "start": 875207406,
            "stop": 875207481
        },
        {
            "start": 875207482,
            "stop": 875207511
        },
        {
            "start": 875207513,
            "stop": 875207560
        },
        {
            "start": 875207564,
            "stop": 875207565
        },
        {
            "start": 875207570,
            "stop": 875207575
        },
        {
            "start": 875207576,
            "stop": 875207612
        },
        {
            "start": 875207613,
            "stop": 875207617
        },
        {
            "start": 875207620,
            "stop": 875207691
        }
    ]
}