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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=36",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 37,
    "results": [
        {
            "start": 820963939,
            "stop": 820966550
        },
        {
            "start": 820967363,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820978944
        },
        {
            "start": 820978976,
            "stop": 820982528
        },
        {
            "start": 820983072,
            "stop": 820986493
        },
        {
            "start": 820987033,
            "stop": 820988875
        },
        {
            "start": 820989947,
            "stop": 820991036
        },
        {
            "start": 820991954,
            "stop": 820993984
        },
        {
            "start": 820994432,
            "stop": 820998208
        },
        {
            "start": 820998720,
            "stop": 820998793
        },
        {
            "start": 821017953,
            "stop": 821018528
        },
        {
            "start": 821019072,
            "stop": 821029024
        },
        {
            "start": 821029472,
            "stop": 821035035
        },
        {
            "start": 821036013,
            "stop": 821037913
        },
        {
            "start": 821038539,
            "stop": 821056332
        },
        {
            "start": 821057895,
            "stop": 821061254
        },
        {
            "start": 821061634,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821066464
        },
        {
            "start": 821066944,
            "stop": 821070959
        },
        {
            "start": 821075333,
            "stop": 821098694
        }
    ]
}