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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=50",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 51,
    "results": [
        {
            "start": 816176354,
            "stop": 816176415
        },
        {
            "start": 816176418,
            "stop": 816176637
        },
        {
            "start": 816176640,
            "stop": 816176668
        },
        {
            "start": 816176671,
            "stop": 816176700
        },
        {
            "start": 816176703,
            "stop": 816176789
        },
        {
            "start": 816176792,
            "stop": 816176943
        },
        {
            "start": 816176947,
            "stop": 816176952
        },
        {
            "start": 816176955,
            "stop": 816177075
        },
        {
            "start": 816177078,
            "stop": 816177317
        },
        {
            "start": 816177320,
            "stop": 816177364
        },
        {
            "start": 816177368,
            "stop": 816177394
        },
        {
            "start": 816177397,
            "stop": 816177627
        },
        {
            "start": 816177630,
            "stop": 816177678
        },
        {
            "start": 816177682,
            "stop": 816177740
        },
        {
            "start": 816177743,
            "stop": 816177766
        },
        {
            "start": 816177769,
            "stop": 816177864
        },
        {
            "start": 816177867,
            "stop": 816177893
        },
        {
            "start": 816177897,
            "stop": 816177905
        },
        {
            "start": 816177908,
            "stop": 816177929
        },
        {
            "start": 816177932,
            "stop": 816177933
        }
    ]
}