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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=114",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 115,
    "results": [
        {
            "start": 953230533,
            "stop": 953230538
        },
        {
            "start": 953230545,
            "stop": 953230552
        },
        {
            "start": 953230557,
            "stop": 953230565
        },
        {
            "start": 953230570,
            "stop": 953230576
        },
        {
            "start": 953230582,
            "stop": 953230588
        },
        {
            "start": 953230591,
            "stop": 953230655
        },
        {
            "start": 953230662,
            "stop": 953230688
        },
        {
            "start": 953230691,
            "stop": 953230706
        },
        {
            "start": 953230712,
            "stop": 953230713
        },
        {
            "start": 953230716,
            "stop": 953230731
        },
        {
            "start": 953230755,
            "stop": 953230764
        },
        {
            "start": 953230767,
            "stop": 953230803
        },
        {
            "start": 953230805,
            "stop": 953230812
        },
        {
            "start": 953230817,
            "stop": 953230821
        },
        {
            "start": 953230827,
            "stop": 953230834
        },
        {
            "start": 953230838,
            "stop": 953230841
        },
        {
            "start": 953230849,
            "stop": 953230913
        },
        {
            "start": 953230917,
            "stop": 953230958
        },
        {
            "start": 953230961,
            "stop": 953230962
        },
        {
            "start": 953230981,
            "stop": 953230982
        }
    ]
}