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_CAT3E/segments?format=api&page=41013
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=41014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41012",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41013,
    "results": [
        {
            "start": 875165937,
            "stop": 875165964
        },
        {
            "start": 875165965,
            "stop": 875165968
        },
        {
            "start": 875165969,
            "stop": 875166077
        },
        {
            "start": 875166078,
            "stop": 875166093
        },
        {
            "start": 875166094,
            "stop": 875166164
        },
        {
            "start": 875166166,
            "stop": 875166175
        },
        {
            "start": 875166176,
            "stop": 875166225
        },
        {
            "start": 875166227,
            "stop": 875166231
        },
        {
            "start": 875166232,
            "stop": 875166236
        },
        {
            "start": 875166238,
            "stop": 875166249
        },
        {
            "start": 875166250,
            "stop": 875166274
        },
        {
            "start": 875166275,
            "stop": 875166300
        },
        {
            "start": 875175660,
            "stop": 875175662
        },
        {
            "start": 875175663,
            "stop": 875175667
        },
        {
            "start": 875175668,
            "stop": 875175672
        },
        {
            "start": 875175674,
            "stop": 875175678
        },
        {
            "start": 875175679,
            "stop": 875175683
        },
        {
            "start": 875175684,
            "stop": 875175688
        },
        {
            "start": 875175691,
            "stop": 875175694
        },
        {
            "start": 875175695,
            "stop": 875175699
        }
    ]
}