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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 251,
    "results": [
        {
            "start": 1240246266,
            "stop": 1240246275
        },
        {
            "start": 1240246277,
            "stop": 1240246286
        },
        {
            "start": 1240246289,
            "stop": 1240246298
        },
        {
            "start": 1240246301,
            "stop": 1240246302
        },
        {
            "start": 1240246305,
            "stop": 1240246332
        },
        {
            "start": 1240246333,
            "stop": 1240246815
        },
        {
            "start": 1240246816,
            "stop": 1240246861
        },
        {
            "start": 1240246863,
            "stop": 1240247338
        },
        {
            "start": 1240247342,
            "stop": 1240247862
        },
        {
            "start": 1240247864,
            "stop": 1240248016
        },
        {
            "start": 1240248019,
            "stop": 1240248109
        },
        {
            "start": 1240248111,
            "stop": 1240248631
        },
        {
            "start": 1240248632,
            "stop": 1240249072
        },
        {
            "start": 1240266407,
            "stop": 1240266896
        },
        {
            "start": 1240266897,
            "stop": 1240266945
        },
        {
            "start": 1240266946,
            "stop": 1240267033
        },
        {
            "start": 1240267034,
            "stop": 1240267152
        },
        {
            "start": 1240267153,
            "stop": 1240267190
        },
        {
            "start": 1240267191,
            "stop": 1240267231
        },
        {
            "start": 1240267232,
            "stop": 1240267897
        }
    ]
}