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_CAT3/segments?format=api&page=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=17",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 18,
    "results": [
        {
            "start": 816271064,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271529
        },
        {
            "start": 816273495,
            "stop": 816276987
        },
        {
            "start": 816277994,
            "stop": 816278443
        },
        {
            "start": 816278447,
            "stop": 816278880
        },
        {
            "start": 816278940,
            "stop": 816279780
        },
        {
            "start": 816279840,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816284932
        },
        {
            "start": 816290344,
            "stop": 816291263
        },
        {
            "start": 816319884,
            "stop": 816325789
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816352875
        },
        {
            "start": 816352878,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353497
        },
        {
            "start": 816353500,
            "stop": 816353505
        },
        {
            "start": 816356313,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816356743
        },
        {
            "start": 816356746,
            "stop": 816360188
        },
        {
            "start": 816360987,
            "stop": 816362280
        },
        {
            "start": 816362284,
            "stop": 816363168
        }
    ]
}