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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=487",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 488,
    "results": [
        {
            "start": 957231030,
            "stop": 957233034
        },
        {
            "start": 957234314,
            "stop": 957239422
        },
        {
            "start": 957241981,
            "stop": 957280615
        },
        {
            "start": 957292177,
            "stop": 957293053
        },
        {
            "start": 957294895,
            "stop": 957295334
        },
        {
            "start": 957296480,
            "stop": 957297874
        },
        {
            "start": 957299905,
            "stop": 957303718
        },
        {
            "start": 957318806,
            "stop": 957330775
        },
        {
            "start": 957331237,
            "stop": 957355062
        },
        {
            "start": 957357290,
            "stop": 957379307
        },
        {
            "start": 957386592,
            "stop": 957388599
        },
        {
            "start": 957394509,
            "stop": 957404820
        },
        {
            "start": 957407885,
            "stop": 957417061
        },
        {
            "start": 957433181,
            "stop": 957467264
        },
        {
            "start": 957468932,
            "stop": 957480207
        },
        {
            "start": 957481821,
            "stop": 957494046
        },
        {
            "start": 957495560,
            "stop": 957544383
        },
        {
            "start": 957551235,
            "stop": 957554916
        },
        {
            "start": 957554919,
            "stop": 957554925
        },
        {
            "start": 957554926,
            "stop": 957554932
        }
    ]
}