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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=346",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 347,
    "results": [
        {
            "start": 821753537,
            "stop": 821753541
        },
        {
            "start": 821753547,
            "stop": 821753564
        },
        {
            "start": 821753567,
            "stop": 821753595
        },
        {
            "start": 821753613,
            "stop": 821753647
        },
        {
            "start": 821753650,
            "stop": 821753658
        },
        {
            "start": 821753661,
            "stop": 821753689
        },
        {
            "start": 821753692,
            "stop": 821753694
        },
        {
            "start": 821753698,
            "stop": 821753701
        },
        {
            "start": 821753718,
            "stop": 821753721
        },
        {
            "start": 821753730,
            "stop": 821753742
        },
        {
            "start": 821753745,
            "stop": 821753749
        },
        {
            "start": 821753766,
            "stop": 821753767
        },
        {
            "start": 821753770,
            "stop": 821753779
        },
        {
            "start": 821753782,
            "stop": 821753784
        },
        {
            "start": 821753792,
            "stop": 821753796
        },
        {
            "start": 821753801,
            "stop": 821753816
        },
        {
            "start": 821753819,
            "stop": 821753821
        },
        {
            "start": 821753827,
            "stop": 821753833
        },
        {
            "start": 821753838,
            "stop": 821753857
        },
        {
            "start": 821753860,
            "stop": 821753868
        }
    ]
}