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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=312",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 313,
    "results": [
        {
            "start": 828901435,
            "stop": 828901440
        },
        {
            "start": 828901446,
            "stop": 828901450
        },
        {
            "start": 828901456,
            "stop": 828901457
        },
        {
            "start": 828901462,
            "stop": 828901465
        },
        {
            "start": 828901467,
            "stop": 828901468
        },
        {
            "start": 828901470,
            "stop": 828901472
        },
        {
            "start": 828901476,
            "stop": 828901481
        },
        {
            "start": 828901488,
            "stop": 828901496
        },
        {
            "start": 828901504,
            "stop": 828901510
        },
        {
            "start": 828901518,
            "stop": 828901522
        },
        {
            "start": 828901525,
            "stop": 828901529
        },
        {
            "start": 828901532,
            "stop": 828901542
        },
        {
            "start": 828901547,
            "stop": 828901550
        },
        {
            "start": 828901551,
            "stop": 828901552
        },
        {
            "start": 828901557,
            "stop": 828901560
        },
        {
            "start": 828901563,
            "stop": 828901573
        },
        {
            "start": 828901576,
            "stop": 828901580
        },
        {
            "start": 828901582,
            "stop": 828901584
        },
        {
            "start": 828901585,
            "stop": 828901589
        },
        {
            "start": 828901593,
            "stop": 828901601
        }
    ]
}