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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=232",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 233,
    "results": [
        {
            "start": 820780938,
            "stop": 820793239
        },
        {
            "start": 820793246,
            "stop": 820794050
        },
        {
            "start": 820794058,
            "stop": 820794611
        },
        {
            "start": 820794618,
            "stop": 820796667
        },
        {
            "start": 820796674,
            "stop": 820801258
        },
        {
            "start": 820801265,
            "stop": 820803313
        },
        {
            "start": 820803320,
            "stop": 820803788
        },
        {
            "start": 820803796,
            "stop": 820805038
        },
        {
            "start": 820806310,
            "stop": 820821050
        },
        {
            "start": 820821057,
            "stop": 820826534
        },
        {
            "start": 820826541,
            "stop": 820827410
        },
        {
            "start": 820827417,
            "stop": 820828052
        },
        {
            "start": 820828059,
            "stop": 820828119
        },
        {
            "start": 820828346,
            "stop": 820836806
        },
        {
            "start": 820836813,
            "stop": 820837090
        },
        {
            "start": 820837097,
            "stop": 820842810
        },
        {
            "start": 820842817,
            "stop": 820845024
        },
        {
            "start": 820845032,
            "stop": 820845695
        },
        {
            "start": 820845702,
            "stop": 820847218
        },
        {
            "start": 820847225,
            "stop": 820847413
        }
    ]
}