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/H1_CW_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/H1_CW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=39",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 40,
    "results": [
        {
            "start": 820859713,
            "stop": 820860733
        },
        {
            "start": 820860773,
            "stop": 820860774
        },
        {
            "start": 820861472,
            "stop": 820861633
        },
        {
            "start": 820862326,
            "stop": 820863793
        },
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866337,
            "stop": 820866339
        },
        {
            "start": 820866526,
            "stop": 820866793
        },
        {
            "start": 820866804,
            "stop": 820866805
        },
        {
            "start": 820866870,
            "stop": 820867093
        },
        {
            "start": 820867914,
            "stop": 820868593
        },
        {
            "start": 820868638,
            "stop": 820868640
        },
        {
            "start": 820868794,
            "stop": 820873186
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876303,
            "stop": 820876304
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876813
        },
        {
            "start": 820876858,
            "stop": 820876859
        },
        {
            "start": 820876893,
            "stop": 820877233
        },
        {
            "start": 820877268,
            "stop": 820877269
        },
        {
            "start": 820877425,
            "stop": 820879033
        }
    ]
}