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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1963",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1964,
    "results": [
        {
            "start": 853142616,
            "stop": 853196436
        },
        {
            "start": 853199741,
            "stop": 853206713
        },
        {
            "start": 853206851,
            "stop": 853263721
        },
        {
            "start": 853266188,
            "stop": 853272686
        },
        {
            "start": 853273907,
            "stop": 853276489
        },
        {
            "start": 853276577,
            "stop": 853277212
        },
        {
            "start": 853277335,
            "stop": 853280149
        },
        {
            "start": 853280449,
            "stop": 853288957
        },
        {
            "start": 853289545,
            "stop": 853290857
        },
        {
            "start": 853291157,
            "stop": 853293369
        },
        {
            "start": 853293551,
            "stop": 853313003
        },
        {
            "start": 853313551,
            "stop": 853315950
        },
        {
            "start": 853316010,
            "stop": 853316012
        },
        {
            "start": 853343884,
            "stop": 853344183
        },
        {
            "start": 853346506,
            "stop": 853346563
        },
        {
            "start": 853347364,
            "stop": 853351204
        },
        {
            "start": 853351268,
            "stop": 853353903
        },
        {
            "start": 853353943,
            "stop": 853358875
        },
        {
            "start": 853359509,
            "stop": 853384628
        },
        {
            "start": 853384630,
            "stop": 853414675
        }
    ]
}