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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3793",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3794,
    "results": [
        {
            "start": 873211662,
            "stop": 873211688
        },
        {
            "start": 873211689,
            "stop": 873211729
        },
        {
            "start": 873211732,
            "stop": 873211770
        },
        {
            "start": 873211773,
            "stop": 873211784
        },
        {
            "start": 873211789,
            "stop": 873211797
        },
        {
            "start": 873211798,
            "stop": 873211820
        },
        {
            "start": 873211824,
            "stop": 873211836
        },
        {
            "start": 873211839,
            "stop": 873211878
        },
        {
            "start": 873211881,
            "stop": 873211919
        },
        {
            "start": 873211922,
            "stop": 873212045
        },
        {
            "start": 873212046,
            "stop": 873212077
        },
        {
            "start": 873212082,
            "stop": 873212119
        },
        {
            "start": 873212120,
            "stop": 873212469
        },
        {
            "start": 873212473,
            "stop": 873212853
        },
        {
            "start": 873212854,
            "stop": 873212929
        },
        {
            "start": 873212930,
            "stop": 873212932
        },
        {
            "start": 873212933,
            "stop": 873212982
        },
        {
            "start": 873212985,
            "stop": 873213043
        },
        {
            "start": 873213044,
            "stop": 873213481
        },
        {
            "start": 873213484,
            "stop": 873213491
        }
    ]
}