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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3137",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3138,
    "results": [
        {
            "start": 868431405,
            "stop": 868436058
        },
        {
            "start": 868436062,
            "stop": 868449300
        },
        {
            "start": 868449480,
            "stop": 868452085
        },
        {
            "start": 868452090,
            "stop": 868460247
        },
        {
            "start": 868460253,
            "stop": 868465199
        },
        {
            "start": 868465203,
            "stop": 868467369
        },
        {
            "start": 868467372,
            "stop": 868471260
        },
        {
            "start": 868471320,
            "stop": 868472060
        },
        {
            "start": 868472572,
            "stop": 868473064
        },
        {
            "start": 868473068,
            "stop": 868475705
        },
        {
            "start": 868475710,
            "stop": 868478640
        },
        {
            "start": 868478820,
            "stop": 868479076
        },
        {
            "start": 868479080,
            "stop": 868484370
        },
        {
            "start": 868484520,
            "stop": 868485704
        },
        {
            "start": 868485708,
            "stop": 868485840
        },
        {
            "start": 868485900,
            "stop": 868496220
        },
        {
            "start": 868496280,
            "stop": 868520220
        },
        {
            "start": 868520280,
            "stop": 868527361
        },
        {
            "start": 868529397,
            "stop": 868540207
        },
        {
            "start": 868546705,
            "stop": 868546860
        }
    ]
}