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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=45",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 46,
    "results": [
        {
            "start": 821040570,
            "stop": 821040610
        },
        {
            "start": 821040619,
            "stop": 821040624
        },
        {
            "start": 821040638,
            "stop": 821040653
        },
        {
            "start": 821040657,
            "stop": 821040695
        },
        {
            "start": 821040719,
            "stop": 821040725
        },
        {
            "start": 821040728,
            "stop": 821040729
        },
        {
            "start": 821040732,
            "stop": 821040734
        },
        {
            "start": 821040756,
            "stop": 821040762
        },
        {
            "start": 821040766,
            "stop": 821040778
        },
        {
            "start": 821040781,
            "stop": 821040796
        },
        {
            "start": 821040810,
            "stop": 821040815
        },
        {
            "start": 821040819,
            "stop": 821040824
        },
        {
            "start": 821040834,
            "stop": 821040840
        },
        {
            "start": 821040848,
            "stop": 821040854
        },
        {
            "start": 821040863,
            "stop": 821040872
        },
        {
            "start": 821040891,
            "stop": 821040896
        },
        {
            "start": 821040900,
            "stop": 821040902
        },
        {
            "start": 821040910,
            "stop": 821040920
        },
        {
            "start": 821040924,
            "stop": 821041070
        },
        {
            "start": 821041074,
            "stop": 821041080
        }
    ]
}