Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47015
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47014",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47015,
    "results": [
        {
            "start": 875226301,
            "stop": 875226303
        },
        {
            "start": 875226307,
            "stop": 875226323
        },
        {
            "start": 875226326,
            "stop": 875226339
        },
        {
            "start": 875226340,
            "stop": 875226341
        },
        {
            "start": 875226345,
            "stop": 875226355
        },
        {
            "start": 875226356,
            "stop": 875226363
        },
        {
            "start": 875226366,
            "stop": 875226374
        },
        {
            "start": 875226377,
            "stop": 875226395
        },
        {
            "start": 875226399,
            "stop": 875226403
        },
        {
            "start": 875226404,
            "stop": 875226408
        },
        {
            "start": 875226409,
            "stop": 875226420
        },
        {
            "start": 875226421,
            "stop": 875226436
        },
        {
            "start": 875226437,
            "stop": 875226448
        },
        {
            "start": 875226449,
            "stop": 875226462
        },
        {
            "start": 875226466,
            "stop": 875226470
        },
        {
            "start": 875226471,
            "stop": 875226479
        },
        {
            "start": 875226482,
            "stop": 875226499
        },
        {
            "start": 875226500,
            "stop": 875226507
        },
        {
            "start": 875226510,
            "stop": 875226517
        },
        {
            "start": 875226520,
            "stop": 875226522
        }
    ]
}