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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=78",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 79,
    "results": [
        {
            "start": 825098112,
            "stop": 825101849
        },
        {
            "start": 825105567,
            "stop": 825105597
        },
        {
            "start": 825106133,
            "stop": 825106267
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825109980
        },
        {
            "start": 825110090,
            "stop": 825110128
        },
        {
            "start": 825110428,
            "stop": 825110730
        },
        {
            "start": 825117071,
            "stop": 825119704
        },
        {
            "start": 825120181,
            "stop": 825120461
        },
        {
            "start": 825120761,
            "stop": 825150226
        },
        {
            "start": 825150659,
            "stop": 825150818
        },
        {
            "start": 825150928,
            "stop": 825151187
        },
        {
            "start": 825151487,
            "stop": 825151639
        },
        {
            "start": 825151749,
            "stop": 825152900
        },
        {
            "start": 825153200,
            "stop": 825170473
        },
        {
            "start": 825175459,
            "stop": 825177817
        },
        {
            "start": 825204167,
            "stop": 825204813
        },
        {
            "start": 825205113,
            "stop": 825208204
        },
        {
            "start": 825208607,
            "stop": 825213907
        }
    ]
}