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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=74",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 75,
    "results": [
        {
            "start": 816363466,
            "stop": 816363859
        },
        {
            "start": 816364141,
            "stop": 816366791
        },
        {
            "start": 816366803,
            "stop": 816369018
        },
        {
            "start": 816373828,
            "stop": 816377076
        },
        {
            "start": 816377235,
            "stop": 816377635
        },
        {
            "start": 816378160,
            "stop": 816378271
        },
        {
            "start": 816378546,
            "stop": 816379691
        },
        {
            "start": 816381928,
            "stop": 816382577
        },
        {
            "start": 816383521,
            "stop": 816384428
        },
        {
            "start": 816384581,
            "stop": 816387865
        },
        {
            "start": 816388088,
            "stop": 816390290
        },
        {
            "start": 816390490,
            "stop": 816390881
        },
        {
            "start": 816390888,
            "stop": 816391342
        },
        {
            "start": 816391579,
            "stop": 816391755
        },
        {
            "start": 816391993,
            "stop": 816392146
        },
        {
            "start": 816392342,
            "stop": 816394503
        },
        {
            "start": 816394662,
            "stop": 816394744
        },
        {
            "start": 816395210,
            "stop": 816395421
        },
        {
            "start": 816395614,
            "stop": 816407211
        },
        {
            "start": 816407223,
            "stop": 816422933
        }
    ]
}