Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=187
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=186",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 187,
    "results": [
        {
            "start": 820423469,
            "stop": 820423620
        },
        {
            "start": 820423623,
            "stop": 820424004
        },
        {
            "start": 820424008,
            "stop": 820424056
        },
        {
            "start": 820424060,
            "stop": 820424196
        },
        {
            "start": 820424199,
            "stop": 820424274
        },
        {
            "start": 820425095,
            "stop": 820425352
        },
        {
            "start": 820425355,
            "stop": 820425789
        },
        {
            "start": 820425792,
            "stop": 820426155
        },
        {
            "start": 820426159,
            "stop": 820426170
        },
        {
            "start": 820426173,
            "stop": 820426203
        },
        {
            "start": 820426206,
            "stop": 820426240
        },
        {
            "start": 820426257,
            "stop": 820426285
        },
        {
            "start": 820426304,
            "stop": 820426637
        },
        {
            "start": 820426641,
            "stop": 820426784
        },
        {
            "start": 820426787,
            "stop": 820426791
        },
        {
            "start": 820426794,
            "stop": 820426921
        },
        {
            "start": 820426925,
            "stop": 820427074
        },
        {
            "start": 820427077,
            "stop": 820427080
        },
        {
            "start": 820427084,
            "stop": 820427206
        },
        {
            "start": 820427209,
            "stop": 820427418
        }
    ]
}