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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=206",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 207,
    "results": [
        {
            "start": 820184159,
            "stop": 820184170
        },
        {
            "start": 820184174,
            "stop": 820184176
        },
        {
            "start": 820184179,
            "stop": 820184281
        },
        {
            "start": 820184284,
            "stop": 820184357
        },
        {
            "start": 820184361,
            "stop": 820184472
        },
        {
            "start": 820184475,
            "stop": 820184484
        },
        {
            "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
        }
    ]
}