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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=45",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 46,
    "results": [
        {
            "start": 821086406,
            "stop": 821086783
        },
        {
            "start": 821086787,
            "stop": 821087585
        },
        {
            "start": 821087589,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088618
        },
        {
            "start": 821089987,
            "stop": 821098633
        },
        {
            "start": 821099980,
            "stop": 821100364
        },
        {
            "start": 821101761,
            "stop": 821113001
        },
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124516,
            "stop": 821125033
        },
        {
            "start": 821127331,
            "stop": 821128333
        },
        {
            "start": 821128350,
            "stop": 821128351
        },
        {
            "start": 821128548,
            "stop": 821133531
        },
        {
            "start": 821134929,
            "stop": 821136837
        },
        {
            "start": 821137722,
            "stop": 821138113
        },
        {
            "start": 821138156,
            "stop": 821138157
        },
        {
            "start": 821138745,
            "stop": 821150929
        }
    ]
}