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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=277",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 278,
    "results": [
        {
            "start": 847607751,
            "stop": 847607790
        },
        {
            "start": 847607793,
            "stop": 847607825
        },
        {
            "start": 847607826,
            "stop": 847607867
        },
        {
            "start": 847607868,
            "stop": 847608042
        },
        {
            "start": 847608043,
            "stop": 847608117
        },
        {
            "start": 847608118,
            "stop": 847608126
        },
        {
            "start": 847608128,
            "stop": 847608160
        },
        {
            "start": 847608161,
            "stop": 847608176
        },
        {
            "start": 847608177,
            "stop": 847608219
        },
        {
            "start": 847608220,
            "stop": 847608251
        },
        {
            "start": 847608252,
            "stop": 847608258
        },
        {
            "start": 847608260,
            "stop": 847608303
        },
        {
            "start": 847608304,
            "stop": 847608326
        },
        {
            "start": 847608327,
            "stop": 847608344
        },
        {
            "start": 847608345,
            "stop": 847608346
        },
        {
            "start": 847608348,
            "stop": 847608378
        },
        {
            "start": 847608379,
            "stop": 847608414
        },
        {
            "start": 847608415,
            "stop": 847608431
        },
        {
            "start": 847608432,
            "stop": 847608449
        },
        {
            "start": 847608450,
            "stop": 847608486
        }
    ]
}