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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=5",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 6,
    "results": [
        {
            "start": 816211384,
            "stop": 816211869
        },
        {
            "start": 816213626,
            "stop": 816214132
        },
        {
            "start": 816214942,
            "stop": 816215005
        },
        {
            "start": 816247674,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816271599
        },
        {
            "start": 816271602,
            "stop": 816271608
        },
        {
            "start": 816271611,
            "stop": 816271642
        },
        {
            "start": 816271645,
            "stop": 816271646
        },
        {
            "start": 816273495,
            "stop": 816277050
        },
        {
            "start": 816277994,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816284970
        },
        {
            "start": 816285030,
            "stop": 816285052
        },
        {
            "start": 816290344,
            "stop": 816291263
        },
        {
            "start": 816319884,
            "stop": 816326067
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816353497
        },
        {
            "start": 816353500,
            "stop": 816353535
        },
        {
            "start": 816353538,
            "stop": 816353545
        },
        {
            "start": 816353548,
            "stop": 816353620
        },
        {
            "start": 816356313,
            "stop": 816360270
        }
    ]
}