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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=100",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 101,
    "results": [
        {
            "start": 825205805,
            "stop": 825207600
        },
        {
            "start": 825207604,
            "stop": 825208377
        },
        {
            "start": 825209598,
            "stop": 825213913
        },
        {
            "start": 825214880,
            "stop": 825215956
        },
        {
            "start": 825216611,
            "stop": 825240611
        },
        {
            "start": 825241882,
            "stop": 825246073
        },
        {
            "start": 825250308,
            "stop": 825254190
        },
        {
            "start": 825254414,
            "stop": 825254708
        },
        {
            "start": 825255211,
            "stop": 825257859
        },
        {
            "start": 825259461,
            "stop": 825262573
        },
        {
            "start": 825263855,
            "stop": 825268921
        },
        {
            "start": 825278301,
            "stop": 825282193
        },
        {
            "start": 825283292,
            "stop": 825292455
        },
        {
            "start": 825293916,
            "stop": 825299196
        },
        {
            "start": 825299794,
            "stop": 825299816
        },
        {
            "start": 825307448,
            "stop": 825319559
        },
        {
            "start": 825322333,
            "stop": 825328618
        },
        {
            "start": 825329210,
            "stop": 825331318
        },
        {
            "start": 825338354,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825348969
        }
    ]
}