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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2448",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2449,
    "results": [
        {
            "start": 874374780,
            "stop": 874377650
        },
        {
            "start": 874377730,
            "stop": 874380480
        },
        {
            "start": 874380540,
            "stop": 874394098
        },
        {
            "start": 874394115,
            "stop": 874398418
        },
        {
            "start": 874398435,
            "stop": 874405064
        },
        {
            "start": 874405081,
            "stop": 874405124
        },
        {
            "start": 874405141,
            "stop": 874405175
        },
        {
            "start": 874405192,
            "stop": 874405795
        },
        {
            "start": 874405812,
            "stop": 874407702
        },
        {
            "start": 874407719,
            "stop": 874412640
        },
        {
            "start": 874412770,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874415150
        },
        {
            "start": 874415230,
            "stop": 874419950
        },
        {
            "start": 874420030,
            "stop": 874424643
        },
        {
            "start": 874424679,
            "stop": 874426970
        },
        {
            "start": 874427110,
            "stop": 874428113
        },
        {
            "start": 874428180,
            "stop": 874429790
        },
        {
            "start": 874429930,
            "stop": 874430030
        },
        {
            "start": 874430110,
            "stop": 874430324
        },
        {
            "start": 874430359,
            "stop": 874432701
        }
    ]
}