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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=7",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 8,
    "results": [
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991985,
            "stop": 815997949
        },
        {
            "start": 815997952,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816005653
        },
        {
            "start": 816005656,
            "stop": 816007893
        },
        {
            "start": 816007896,
            "stop": 816011873
        },
        {
            "start": 816011876,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816037609
        },
        {
            "start": 816039940,
            "stop": 816040172
        },
        {
            "start": 816052114,
            "stop": 816067078
        },
        {
            "start": 816067081,
            "stop": 816068749
        },
        {
            "start": 816070484,
            "stop": 816073632
        },
        {
            "start": 816073635,
            "stop": 816084933
        },
        {
            "start": 816084936,
            "stop": 816087593
        },
        {
            "start": 816087596,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103555
        },
        {
            "start": 816103558,
            "stop": 816104387
        },
        {
            "start": 816104389,
            "stop": 816105945
        },
        {
            "start": 816105948,
            "stop": 816108531
        }
    ]
}