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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33248",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33249,
    "results": [
        {
            "start": 970986944,
            "stop": 970986946
        },
        {
            "start": 970986949,
            "stop": 970986970
        },
        {
            "start": 970986971,
            "stop": 970986972
        },
        {
            "start": 970986973,
            "stop": 970987006
        },
        {
            "start": 970987007,
            "stop": 970987017
        },
        {
            "start": 970987018,
            "stop": 970987037
        },
        {
            "start": 970987039,
            "stop": 970987044
        },
        {
            "start": 970987045,
            "stop": 970987063
        },
        {
            "start": 970987066,
            "stop": 970987085
        },
        {
            "start": 970987087,
            "stop": 970987125
        },
        {
            "start": 970987128,
            "stop": 970987134
        },
        {
            "start": 970987136,
            "stop": 970987147
        },
        {
            "start": 970987149,
            "stop": 970987154
        },
        {
            "start": 970987155,
            "stop": 970987178
        },
        {
            "start": 970987180,
            "stop": 970987189
        },
        {
            "start": 970987190,
            "stop": 970987197
        },
        {
            "start": 970987198,
            "stop": 970987210
        },
        {
            "start": 970987211,
            "stop": 970987222
        },
        {
            "start": 970987223,
            "stop": 970987225
        },
        {
            "start": 970987226,
            "stop": 970987310
        }
    ]
}