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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4363",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4364,
    "results": [
        {
            "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
        },
        {
            "start": 874838737,
            "stop": 874839727
        },
        {
            "start": 874839746,
            "stop": 874841499
        }
    ]
}