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=3860
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=3861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3859",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3860,
    "results": [
        {
            "start": 873723411,
            "stop": 873723424
        },
        {
            "start": 873723427,
            "stop": 873723433
        },
        {
            "start": 873723436,
            "stop": 873723626
        },
        {
            "start": 873723690,
            "stop": 873723860
        },
        {
            "start": 873723861,
            "stop": 873723882
        },
        {
            "start": 873723885,
            "stop": 873724444
        },
        {
            "start": 873724447,
            "stop": 873724648
        },
        {
            "start": 873724649,
            "stop": 873724726
        },
        {
            "start": 873724727,
            "stop": 873724849
        },
        {
            "start": 873728672,
            "stop": 873728673
        },
        {
            "start": 873728682,
            "stop": 873728683
        },
        {
            "start": 873728790,
            "stop": 873728791
        },
        {
            "start": 873728792,
            "stop": 873728794
        },
        {
            "start": 873728796,
            "stop": 873728797
        },
        {
            "start": 873728802,
            "stop": 873728815
        },
        {
            "start": 873728817,
            "stop": 873728819
        },
        {
            "start": 873728821,
            "stop": 873728825
        },
        {
            "start": 873728827,
            "stop": 873728833
        },
        {
            "start": 873728834,
            "stop": 873728838
        },
        {
            "start": 873728840,
            "stop": 873728842
        }
    ]
}