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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7423",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7424,
    "results": [
        {
            "start": 969843494,
            "stop": 969843925
        },
        {
            "start": 969843965,
            "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
        },
        {
            "start": 969848594,
            "stop": 969849236
        }
    ]
}