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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=42",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 43,
    "results": [
        {
            "start": 821021806,
            "stop": 821021848
        },
        {
            "start": 821021863,
            "stop": 821021893
        },
        {
            "start": 821021907,
            "stop": 821021912
        },
        {
            "start": 821021916,
            "stop": 821021922
        },
        {
            "start": 821021926,
            "stop": 821021932
        },
        {
            "start": 821021936,
            "stop": 821021961
        },
        {
            "start": 821021965,
            "stop": 821022023
        },
        {
            "start": 821022028,
            "stop": 821022072
        },
        {
            "start": 821022076,
            "stop": 821022082
        },
        {
            "start": 821022090,
            "stop": 821022173
        },
        {
            "start": 821022177,
            "stop": 821022545
        },
        {
            "start": 821022548,
            "stop": 821027321
        },
        {
            "start": 821027325,
            "stop": 821027336
        },
        {
            "start": 821027340,
            "stop": 821027370
        },
        {
            "start": 821027374,
            "stop": 821027385
        },
        {
            "start": 821027389,
            "stop": 821027463
        },
        {
            "start": 821027467,
            "stop": 821027497
        },
        {
            "start": 821027506,
            "stop": 821027531
        },
        {
            "start": 821027534,
            "stop": 821027540
        },
        {
            "start": 821027554,
            "stop": 821027555
        }
    ]
}