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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=39",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 40,
    "results": [
        {
            "start": 820963939,
            "stop": 820966550
        },
        {
            "start": 820967628,
            "stop": 820973660
        },
        {
            "start": 820973980,
            "stop": 820974108
        },
        {
            "start": 820974508,
            "stop": 820974745
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820981444
        },
        {
            "start": 820981844,
            "stop": 820986510
        },
        {
            "start": 820987033,
            "stop": 820988875
        },
        {
            "start": 820989947,
            "stop": 820991036
        },
        {
            "start": 820991954,
            "stop": 820993822
        },
        {
            "start": 820994142,
            "stop": 820994552
        },
        {
            "start": 820994952,
            "stop": 820995779
        },
        {
            "start": 820996355,
            "stop": 820996609
        },
        {
            "start": 820997222,
            "stop": 820998431
        },
        {
            "start": 821017982,
            "stop": 821019896
        },
        {
            "start": 821021086,
            "stop": 821022636
        },
        {
            "start": 821023702,
            "stop": 821024297
        },
        {
            "start": 821024697,
            "stop": 821027342
        },
        {
            "start": 821027802,
            "stop": 821028198
        },
        {
            "start": 821029604,
            "stop": 821030926
        }
    ]
}