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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=150",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 151,
    "results": [
        {
            "start": 819779441,
            "stop": 819779669
        },
        {
            "start": 819779677,
            "stop": 819780330
        },
        {
            "start": 819780337,
            "stop": 819781888
        },
        {
            "start": 819781895,
            "stop": 819783347
        },
        {
            "start": 819783355,
            "stop": 819783905
        },
        {
            "start": 819783913,
            "stop": 819784625
        },
        {
            "start": 819784632,
            "stop": 819786297
        },
        {
            "start": 819786304,
            "stop": 819787120
        },
        {
            "start": 819787127,
            "stop": 819788181
        },
        {
            "start": 819788182,
            "stop": 819788268
        },
        {
            "start": 819788281,
            "stop": 819789833
        },
        {
            "start": 819789840,
            "stop": 819790021
        },
        {
            "start": 819791828,
            "stop": 819793691
        },
        {
            "start": 819793698,
            "stop": 819795121
        },
        {
            "start": 819795129,
            "stop": 819796703
        },
        {
            "start": 819796711,
            "stop": 819798014
        },
        {
            "start": 819798021,
            "stop": 819798748
        },
        {
            "start": 819798755,
            "stop": 819798865
        },
        {
            "start": 819798872,
            "stop": 819799561
        },
        {
            "start": 819799569,
            "stop": 819800102
        }
    ]
}