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=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=367",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 368,
    "results": [
        {
            "start": 829404457,
            "stop": 829404458
        },
        {
            "start": 829404464,
            "stop": 829404467
        },
        {
            "start": 829404469,
            "stop": 829404470
        },
        {
            "start": 829404475,
            "stop": 829404476
        },
        {
            "start": 829404478,
            "stop": 829404480
        },
        {
            "start": 829404482,
            "stop": 829404485
        },
        {
            "start": 829404488,
            "stop": 829404495
        },
        {
            "start": 829404497,
            "stop": 829404499
        },
        {
            "start": 829404504,
            "stop": 829404507
        },
        {
            "start": 829404509,
            "stop": 829404511
        },
        {
            "start": 829404513,
            "stop": 829404516
        },
        {
            "start": 829404518,
            "stop": 829404524
        },
        {
            "start": 829404525,
            "stop": 829404531
        },
        {
            "start": 829404532,
            "stop": 829404542
        },
        {
            "start": 829404546,
            "stop": 829404557
        },
        {
            "start": 829404559,
            "stop": 829404561
        },
        {
            "start": 829404564,
            "stop": 829404566
        },
        {
            "start": 829404569,
            "stop": 829404570
        },
        {
            "start": 829404572,
            "stop": 829404616
        },
        {
            "start": 829404619,
            "stop": 829404620
        }
    ]
}