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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4969",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4970,
    "results": [
        {
            "start": 874464166,
            "stop": 874464208
        },
        {
            "start": 874464215,
            "stop": 874464279
        },
        {
            "start": 874464286,
            "stop": 874464364
        },
        {
            "start": 874464371,
            "stop": 874464633
        },
        {
            "start": 874464647,
            "stop": 874464791
        },
        {
            "start": 874464798,
            "stop": 874465102
        },
        {
            "start": 874465109,
            "stop": 874465135
        },
        {
            "start": 874465154,
            "stop": 874465155
        },
        {
            "start": 874465165,
            "stop": 874465169
        },
        {
            "start": 874465176,
            "stop": 874465185
        },
        {
            "start": 874465192,
            "stop": 874465216
        },
        {
            "start": 874465233,
            "stop": 874465258
        },
        {
            "start": 874465266,
            "stop": 874465304
        },
        {
            "start": 874465312,
            "stop": 874465327
        },
        {
            "start": 874465334,
            "stop": 874465372
        },
        {
            "start": 874465379,
            "stop": 874465396
        },
        {
            "start": 874465404,
            "stop": 874465560
        },
        {
            "start": 874465567,
            "stop": 874465744
        },
        {
            "start": 874465751,
            "stop": 874465810
        },
        {
            "start": 874465817,
            "stop": 874466125
        }
    ]
}