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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=105",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 106,
    "results": [
        {
            "start": 818358542,
            "stop": 818358683
        },
        {
            "start": 818358700,
            "stop": 818360037
        },
        {
            "start": 818360054,
            "stop": 818361954
        },
        {
            "start": 818362074,
            "stop": 818362086
        },
        {
            "start": 818362206,
            "stop": 818363739
        },
        {
            "start": 818363757,
            "stop": 818365706
        },
        {
            "start": 818367579,
            "stop": 818369510
        },
        {
            "start": 818369630,
            "stop": 818370154
        },
        {
            "start": 818370157,
            "stop": 818370608
        },
        {
            "start": 818371863,
            "stop": 818372762
        },
        {
            "start": 818372765,
            "stop": 818374593
        },
        {
            "start": 818374713,
            "stop": 818375683
        },
        {
            "start": 818375803,
            "stop": 818375823
        },
        {
            "start": 818375991,
            "stop": 818376003
        },
        {
            "start": 818376343,
            "stop": 818376350
        },
        {
            "start": 818376470,
            "stop": 818376473
        },
        {
            "start": 818376766,
            "stop": 818376769
        },
        {
            "start": 818377010,
            "stop": 818377011
        },
        {
            "start": 818377131,
            "stop": 818377141
        },
        {
            "start": 818377633,
            "stop": 818377634
        }
    ]
}