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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9892",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9893,
    "results": [
        {
            "start": 874546620,
            "stop": 874546680
        },
        {
            "start": 874546740,
            "stop": 874546747
        },
        {
            "start": 874546764,
            "stop": 874546800
        },
        {
            "start": 874546860,
            "stop": 874546957
        },
        {
            "start": 874546978,
            "stop": 874546980
        },
        {
            "start": 874547100,
            "stop": 874547160
        },
        {
            "start": 874547340,
            "stop": 874547400
        },
        {
            "start": 874547580,
            "stop": 874547700
        },
        {
            "start": 874547760,
            "stop": 874547856
        },
        {
            "start": 874547873,
            "stop": 874547880
        },
        {
            "start": 874547940,
            "stop": 874548120
        },
        {
            "start": 874548180,
            "stop": 874548360
        },
        {
            "start": 874548480,
            "stop": 874548780
        },
        {
            "start": 874548900,
            "stop": 874548960
        },
        {
            "start": 874549171,
            "stop": 874549261
        },
        {
            "start": 874549278,
            "stop": 874549500
        },
        {
            "start": 874549620,
            "stop": 874549680
        },
        {
            "start": 874549800,
            "stop": 874549860
        },
        {
            "start": 874549980,
            "stop": 874550095
        },
        {
            "start": 874550220,
            "stop": 874550280
        }
    ]
}