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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 40,
    "results": [
        {
            "start": 817239959,
            "stop": 817240438
        },
        {
            "start": 817240441,
            "stop": 817240534
        },
        {
            "start": 817240537,
            "stop": 817240539
        },
        {
            "start": 817240542,
            "stop": 817240752
        },
        {
            "start": 817240755,
            "stop": 817240855
        },
        {
            "start": 817240858,
            "stop": 817241044
        },
        {
            "start": 817241047,
            "stop": 817242022
        },
        {
            "start": 817242025,
            "stop": 817242290
        },
        {
            "start": 817242298,
            "stop": 817242300
        },
        {
            "start": 817242360,
            "stop": 817242723
        },
        {
            "start": 817242726,
            "stop": 817242909
        },
        {
            "start": 817242912,
            "stop": 817243248
        },
        {
            "start": 817244187,
            "stop": 817244771
        },
        {
            "start": 817244774,
            "stop": 817245300
        },
        {
            "start": 817245360,
            "stop": 817245477
        },
        {
            "start": 817245480,
            "stop": 817245707
        },
        {
            "start": 817245710,
            "stop": 817245945
        },
        {
            "start": 817247901,
            "stop": 817248194
        },
        {
            "start": 817248197,
            "stop": 817249003
        },
        {
            "start": 817249006,
            "stop": 817249045
        }
    ]
}