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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6624",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6625,
    "results": [
        {
            "start": 874843652,
            "stop": 874844013
        },
        {
            "start": 874844015,
            "stop": 874844578
        },
        {
            "start": 874844579,
            "stop": 874844590
        },
        {
            "start": 874844591,
            "stop": 874844720
        },
        {
            "start": 874844721,
            "stop": 874844792
        },
        {
            "start": 874844795,
            "stop": 874845249
        },
        {
            "start": 874845250,
            "stop": 874845666
        },
        {
            "start": 874845667,
            "stop": 874845831
        },
        {
            "start": 874845832,
            "stop": 874846190
        },
        {
            "start": 874846971,
            "stop": 874847401
        },
        {
            "start": 874847403,
            "stop": 874847659
        },
        {
            "start": 874847660,
            "stop": 874847760
        },
        {
            "start": 874847762,
            "stop": 874847901
        },
        {
            "start": 874847902,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874850344
        },
        {
            "start": 874850345,
            "stop": 874851015
        },
        {
            "start": 874851016,
            "stop": 874851075
        },
        {
            "start": 874851076,
            "stop": 874851387
        },
        {
            "start": 874851389,
            "stop": 874851392
        },
        {
            "start": 874851394,
            "stop": 874851716
        }
    ]
}