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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=250",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 251,
    "results": [
        {
            "start": 852993731,
            "stop": 852996430
        },
        {
            "start": 852996450,
            "stop": 852998039
        },
        {
            "start": 852998058,
            "stop": 852998070
        },
        {
            "start": 853023583,
            "stop": 853024013
        },
        {
            "start": 853024526,
            "stop": 853034304
        },
        {
            "start": 853034604,
            "stop": 853041246
        },
        {
            "start": 853041264,
            "stop": 853067303
        },
        {
            "start": 853067603,
            "stop": 853093692
        },
        {
            "start": 853093711,
            "stop": 853098905
        },
        {
            "start": 853099012,
            "stop": 853142606
        },
        {
            "start": 853142624,
            "stop": 853196436
        },
        {
            "start": 853199741,
            "stop": 853206705
        },
        {
            "start": 853206851,
            "stop": 853263721
        },
        {
            "start": 853266188,
            "stop": 853272686
        },
        {
            "start": 853273907,
            "stop": 853276481
        },
        {
            "start": 853276577,
            "stop": 853277204
        },
        {
            "start": 853277335,
            "stop": 853280149
        },
        {
            "start": 853280449,
            "stop": 853288957
        },
        {
            "start": 853289545,
            "stop": 853290857
        },
        {
            "start": 853291157,
            "stop": 853293369
        }
    ]
}