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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=132",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 133,
    "results": [
        {
            "start": 837457222,
            "stop": 837458452
        },
        {
            "start": 837458460,
            "stop": 837464770
        },
        {
            "start": 837464795,
            "stop": 837474693
        },
        {
            "start": 837476135,
            "stop": 837479687
        },
        {
            "start": 837480686,
            "stop": 837483265
        },
        {
            "start": 837483352,
            "stop": 837505927
        },
        {
            "start": 837507032,
            "stop": 837509582
        },
        {
            "start": 837510653,
            "stop": 837510875
        },
        {
            "start": 837511796,
            "stop": 837511813
        },
        {
            "start": 837511819,
            "stop": 837511838
        },
        {
            "start": 837513981,
            "stop": 837514598
        },
        {
            "start": 837514605,
            "stop": 837514770
        },
        {
            "start": 837514777,
            "stop": 837515436
        },
        {
            "start": 837515443,
            "stop": 837515542
        },
        {
            "start": 837516333,
            "stop": 837516924
        },
        {
            "start": 837516931,
            "stop": 837516964
        },
        {
            "start": 837517796,
            "stop": 837524015
        },
        {
            "start": 837524883,
            "stop": 837524934
        },
        {
            "start": 837524935,
            "stop": 837524941
        },
        {
            "start": 837524942,
            "stop": 837524949
        }
    ]
}