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_CAT2/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_CBCLOW_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=36",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 37,
    "results": [
        {
            "start": 820967363,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820986539
        },
        {
            "start": 820987033,
            "stop": 820988904
        },
        {
            "start": 820989947,
            "stop": 820991065
        },
        {
            "start": 820991954,
            "stop": 820998824
        },
        {
            "start": 821017953,
            "stop": 821025286
        },
        {
            "start": 821025289,
            "stop": 821025317
        },
        {
            "start": 821025320,
            "stop": 821025882
        },
        {
            "start": 821025885,
            "stop": 821026576
        },
        {
            "start": 821026579,
            "stop": 821026599
        },
        {
            "start": 821026602,
            "stop": 821026688
        },
        {
            "start": 821026691,
            "stop": 821027200
        },
        {
            "start": 821027203,
            "stop": 821027427
        },
        {
            "start": 821027430,
            "stop": 821027704
        },
        {
            "start": 821027707,
            "stop": 821027756
        },
        {
            "start": 821027759,
            "stop": 821027848
        },
        {
            "start": 821027851,
            "stop": 821033077
        },
        {
            "start": 821033080,
            "stop": 821035035
        },
        {
            "start": 821036013,
            "stop": 821036239
        },
        {
            "start": 821036246,
            "stop": 821037520
        }
    ]
}