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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=196",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 197,
    "results": [
        {
            "start": 932668610,
            "stop": 932668726
        },
        {
            "start": 932668728,
            "stop": 932668754
        },
        {
            "start": 932668757,
            "stop": 932669132
        },
        {
            "start": 932669135,
            "stop": 932669175
        },
        {
            "start": 932669178,
            "stop": 932669190
        },
        {
            "start": 932669194,
            "stop": 932669206
        },
        {
            "start": 932669208,
            "stop": 932669221
        },
        {
            "start": 932669223,
            "stop": 932669311
        },
        {
            "start": 932669313,
            "stop": 932669326
        },
        {
            "start": 932669328,
            "stop": 932669340
        },
        {
            "start": 932669343,
            "stop": 932669356
        },
        {
            "start": 932669358,
            "stop": 932669700
        },
        {
            "start": 932669702,
            "stop": 932669790
        },
        {
            "start": 932669792,
            "stop": 932670015
        },
        {
            "start": 932670375,
            "stop": 932671525
        },
        {
            "start": 932671527,
            "stop": 932672355
        },
        {
            "start": 932672357,
            "stop": 932672920
        },
        {
            "start": 932672923,
            "stop": 932673359
        },
        {
            "start": 932675678,
            "stop": 932676614
        },
        {
            "start": 932676617,
            "stop": 932677215
        }
    ]
}