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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8844",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8845,
    "results": [
        {
            "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": 874549140,
            "stop": 874549147
        },
        {
            "start": 874549171,
            "stop": 874549500
        },
        {
            "start": 874549620,
            "stop": 874549680
        },
        {
            "start": 874549800,
            "stop": 874549860
        },
        {
            "start": 874549980,
            "stop": 874550100
        },
        {
            "start": 874550220,
            "stop": 874550280
        },
        {
            "start": 874550340,
            "stop": 874550460
        },
        {
            "start": 874550640,
            "stop": 874550700
        },
        {
            "start": 874550760,
            "stop": 874550820
        },
        {
            "start": 874550880,
            "stop": 874551060
        },
        {
            "start": 874551120,
            "stop": 874551446
        },
        {
            "start": 874551463,
            "stop": 874551480
        },
        {
            "start": 874551540,
            "stop": 874551780
        },
        {
            "start": 874551970,
            "stop": 874552020
        }
    ]
}