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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=273",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 274,
    "results": [
        {
            "start": 931617875,
            "stop": 931617883
        },
        {
            "start": 931617885,
            "stop": 931617895
        },
        {
            "start": 931617896,
            "stop": 931617972
        },
        {
            "start": 931617973,
            "stop": 931617993
        },
        {
            "start": 931617994,
            "stop": 931618011
        },
        {
            "start": 931618013,
            "stop": 931618019
        },
        {
            "start": 931618020,
            "stop": 931618063
        },
        {
            "start": 931618066,
            "stop": 931618076
        },
        {
            "start": 931618077,
            "stop": 931618127
        },
        {
            "start": 931618128,
            "stop": 931618140
        },
        {
            "start": 931618141,
            "stop": 931618174
        },
        {
            "start": 931618177,
            "stop": 931618222
        },
        {
            "start": 931618223,
            "stop": 931618247
        },
        {
            "start": 931618248,
            "stop": 931618273
        },
        {
            "start": 931618274,
            "stop": 931618338
        },
        {
            "start": 931618339,
            "stop": 931618486
        },
        {
            "start": 931618487,
            "stop": 931618501
        },
        {
            "start": 931618503,
            "stop": 931618562
        },
        {
            "start": 931618563,
            "stop": 931618597
        },
        {
            "start": 931618598,
            "stop": 931618680
        }
    ]
}