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=3451
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=3452",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3450",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3451,
    "results": [
        {
            "start": 969843403,
            "stop": 969843491
        },
        {
            "start": 969843494,
            "stop": 969843929
        },
        {
            "start": 969843932,
            "stop": 969845772
        },
        {
            "start": 969845775,
            "stop": 969846153
        },
        {
            "start": 969846157,
            "stop": 969846345
        },
        {
            "start": 969846356,
            "stop": 969846436
        },
        {
            "start": 969846442,
            "stop": 969846443
        },
        {
            "start": 969846464,
            "stop": 969846469
        },
        {
            "start": 969846475,
            "stop": 969846497
        },
        {
            "start": 969846531,
            "stop": 969846544
        },
        {
            "start": 969846550,
            "stop": 969846558
        },
        {
            "start": 969846564,
            "stop": 969846567
        },
        {
            "start": 969846573,
            "stop": 969846578
        },
        {
            "start": 969846584,
            "stop": 969846591
        },
        {
            "start": 969846597,
            "stop": 969846611
        },
        {
            "start": 969846643,
            "stop": 969846645
        },
        {
            "start": 969846684,
            "stop": 969847176
        },
        {
            "start": 969847187,
            "stop": 969847824
        },
        {
            "start": 969847827,
            "stop": 969848438
        },
        {
            "start": 969848441,
            "stop": 969848573
        }
    ]
}