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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5160",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5161,
    "results": [
        {
            "start": 874829082,
            "stop": 874831368
        },
        {
            "start": 874831387,
            "stop": 874831533
        },
        {
            "start": 874831552,
            "stop": 874831716
        },
        {
            "start": 874831735,
            "stop": 874831801
        },
        {
            "start": 874831823,
            "stop": 874832241
        },
        {
            "start": 874832260,
            "stop": 874832464
        },
        {
            "start": 874832483,
            "stop": 874832520
        },
        {
            "start": 874832539,
            "stop": 874833246
        },
        {
            "start": 874833265,
            "stop": 874833407
        },
        {
            "start": 874833426,
            "stop": 874833906
        },
        {
            "start": 874833925,
            "stop": 874834236
        },
        {
            "start": 874834255,
            "stop": 874834783
        },
        {
            "start": 874834802,
            "stop": 874835248
        },
        {
            "start": 874835268,
            "stop": 874836187
        },
        {
            "start": 874836206,
            "stop": 874836403
        },
        {
            "start": 874836422,
            "stop": 874836878
        },
        {
            "start": 874836897,
            "stop": 874837742
        },
        {
            "start": 874837761,
            "stop": 874837826
        },
        {
            "start": 874837845,
            "stop": 874838036
        },
        {
            "start": 874838055,
            "stop": 874838718
        }
    ]
}