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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=723",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 724,
    "results": [
        {
            "start": 852486935,
            "stop": 852489510
        },
        {
            "start": 852489570,
            "stop": 852489592
        },
        {
            "start": 852490444,
            "stop": 852490450
        },
        {
            "start": 852491143,
            "stop": 852492889
        },
        {
            "start": 852494182,
            "stop": 852495727
        },
        {
            "start": 852495730,
            "stop": 852497190
        },
        {
            "start": 852497250,
            "stop": 852497252
        },
        {
            "start": 852498617,
            "stop": 852498658
        },
        {
            "start": 852498802,
            "stop": 852500777
        },
        {
            "start": 852500778,
            "stop": 852501370
        },
        {
            "start": 852501372,
            "stop": 852502429
        },
        {
            "start": 852503077,
            "stop": 852503331
        },
        {
            "start": 852508935,
            "stop": 852509090
        },
        {
            "start": 852509929,
            "stop": 852520755
        },
        {
            "start": 852521776,
            "stop": 852545810
        },
        {
            "start": 852545813,
            "stop": 852545816
        },
        {
            "start": 852545852,
            "stop": 852548706
        },
        {
            "start": 852548709,
            "stop": 852563139
        },
        {
            "start": 852563149,
            "stop": 852564521
        },
        {
            "start": 852564526,
            "stop": 852565869
        }
    ]
}