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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=270",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 271,
    "results": [
        {
            "start": 828187848,
            "stop": 828187852
        },
        {
            "start": 828187855,
            "stop": 828188074
        },
        {
            "start": 828188077,
            "stop": 828188098
        },
        {
            "start": 828188103,
            "stop": 828189008
        },
        {
            "start": 828189010,
            "stop": 828189014
        },
        {
            "start": 828189016,
            "stop": 828190660
        },
        {
            "start": 828191101,
            "stop": 828191730
        },
        {
            "start": 828191790,
            "stop": 828191800
        },
        {
            "start": 828191910,
            "stop": 828192022
        },
        {
            "start": 828192443,
            "stop": 828192634
        },
        {
            "start": 828229006,
            "stop": 828229249
        },
        {
            "start": 828229251,
            "stop": 828229258
        },
        {
            "start": 828229260,
            "stop": 828229406
        },
        {
            "start": 828229408,
            "stop": 828229434
        },
        {
            "start": 828229436,
            "stop": 828229447
        },
        {
            "start": 828229449,
            "stop": 828229452
        },
        {
            "start": 828229454,
            "stop": 828229457
        },
        {
            "start": 828229459,
            "stop": 828229462
        },
        {
            "start": 828229464,
            "stop": 828229499
        },
        {
            "start": 828229503,
            "stop": 828229544
        }
    ]
}