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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=142",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 143,
    "results": [
        {
            "start": 820184487,
            "stop": 820184638
        },
        {
            "start": 820184642,
            "stop": 820184645
        },
        {
            "start": 820184649,
            "stop": 820184727
        },
        {
            "start": 820184730,
            "stop": 820184746
        },
        {
            "start": 820184749,
            "stop": 820184824
        },
        {
            "start": 820184828,
            "stop": 820184830
        },
        {
            "start": 820184834,
            "stop": 820184870
        },
        {
            "start": 820184873,
            "stop": 820184898
        },
        {
            "start": 820184901,
            "stop": 820185035
        },
        {
            "start": 820185039,
            "stop": 820185089
        },
        {
            "start": 820185092,
            "stop": 820185253
        },
        {
            "start": 820185256,
            "stop": 820185346
        },
        {
            "start": 820185351,
            "stop": 820185433
        },
        {
            "start": 820185436,
            "stop": 820185506
        },
        {
            "start": 820185509,
            "stop": 820185528
        },
        {
            "start": 820185532,
            "stop": 820185551
        },
        {
            "start": 820185555,
            "stop": 820185760
        },
        {
            "start": 820185763,
            "stop": 820185766
        },
        {
            "start": 820185769,
            "stop": 820185973
        },
        {
            "start": 820185976,
            "stop": 820186066
        }
    ]
}