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=5084
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=5085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5083",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5084,
    "results": [
        {
            "start": 874646403,
            "stop": 874646431
        },
        {
            "start": 874646467,
            "stop": 874646482
        },
        {
            "start": 874646502,
            "stop": 874646504
        },
        {
            "start": 874646523,
            "stop": 874646629
        },
        {
            "start": 874646648,
            "stop": 874646741
        },
        {
            "start": 874646760,
            "stop": 874646791
        },
        {
            "start": 874646813,
            "stop": 874646818
        },
        {
            "start": 874646837,
            "stop": 874646935
        },
        {
            "start": 874646954,
            "stop": 874646966
        },
        {
            "start": 874646990,
            "stop": 874646993
        },
        {
            "start": 874647012,
            "stop": 874647026
        },
        {
            "start": 874647045,
            "stop": 874647103
        },
        {
            "start": 874647122,
            "stop": 874647147
        },
        {
            "start": 874647166,
            "stop": 874647169
        },
        {
            "start": 874647188,
            "stop": 874647210
        },
        {
            "start": 874647229,
            "stop": 874647252
        },
        {
            "start": 874647271,
            "stop": 874647344
        },
        {
            "start": 874647374,
            "stop": 874647432
        },
        {
            "start": 874647468,
            "stop": 874647533
        },
        {
            "start": 874647553,
            "stop": 874647555
        }
    ]
}