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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=247",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 248,
    "results": [
        {
            "start": 820423203,
            "stop": 820423320
        },
        {
            "start": 820423324,
            "stop": 820423466
        },
        {
            "start": 820423469,
            "stop": 820423620
        },
        {
            "start": 820423623,
            "stop": 820424004
        },
        {
            "start": 820424008,
            "stop": 820424022
        },
        {
            "start": 820424142,
            "stop": 820424196
        },
        {
            "start": 820424199,
            "stop": 820424274
        },
        {
            "start": 820425095,
            "stop": 820425180
        },
        {
            "start": 820425240,
            "stop": 820425352
        },
        {
            "start": 820425355,
            "stop": 820425480
        },
        {
            "start": 820425540,
            "stop": 820425789
        },
        {
            "start": 820425792,
            "stop": 820425840
        },
        {
            "start": 820425900,
            "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
        }
    ]
}