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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=324",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 325,
    "results": [
        {
            "start": 828931287,
            "stop": 828931302
        },
        {
            "start": 828931304,
            "stop": 828931320
        },
        {
            "start": 828931322,
            "stop": 828931328
        },
        {
            "start": 828931330,
            "stop": 828931394
        },
        {
            "start": 828931396,
            "stop": 828931490
        },
        {
            "start": 828931492,
            "stop": 828931531
        },
        {
            "start": 828931533,
            "stop": 828931551
        },
        {
            "start": 828931553,
            "stop": 828931573
        },
        {
            "start": 828931575,
            "stop": 828931602
        },
        {
            "start": 828931604,
            "stop": 828931679
        },
        {
            "start": 828931681,
            "stop": 828931954
        },
        {
            "start": 828931956,
            "stop": 828932413
        },
        {
            "start": 828932415,
            "stop": 828933131
        },
        {
            "start": 828933133,
            "stop": 828968224
        },
        {
            "start": 828968334,
            "stop": 828968677
        },
        {
            "start": 828969898,
            "stop": 828970125
        },
        {
            "start": 828970454,
            "stop": 828970867
        },
        {
            "start": 828970878,
            "stop": 828970890
        },
        {
            "start": 828970895,
            "stop": 828973170
        },
        {
            "start": 828973290,
            "stop": 828974315
        }
    ]
}