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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=56",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 57,
    "results": [
        {
            "start": 821910889,
            "stop": 821911970
        },
        {
            "start": 821912080,
            "stop": 821915135
        },
        {
            "start": 821916305,
            "stop": 821969250
        },
        {
            "start": 821970104,
            "stop": 821990409
        },
        {
            "start": 821991937,
            "stop": 821992710
        },
        {
            "start": 821993087,
            "stop": 822003395
        },
        {
            "start": 822004157,
            "stop": 822011828
        },
        {
            "start": 822012769,
            "stop": 822032190
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822064130
        },
        {
            "start": 822064135,
            "stop": 822064142
        },
        {
            "start": 822064150,
            "stop": 822064177
        },
        {
            "start": 822064183,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822069947
        },
        {
            "start": 822069958,
            "stop": 822069962
        },
        {
            "start": 822069968,
            "stop": 822069970
        },
        {
            "start": 822069978,
            "stop": 822073810
        },
        {
            "start": 822073815,
            "stop": 822077764
        },
        {
            "start": 822079059,
            "stop": 822081059
        }
    ]
}