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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=211",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 212,
    "results": [
        {
            "start": 853118442,
            "stop": 853118713
        },
        {
            "start": 853118801,
            "stop": 853128788
        },
        {
            "start": 853129768,
            "stop": 853137292
        },
        {
            "start": 853139212,
            "stop": 853143666
        },
        {
            "start": 853144475,
            "stop": 853162935
        },
        {
            "start": 853163851,
            "stop": 853170541
        },
        {
            "start": 853171398,
            "stop": 853172564
        },
        {
            "start": 853173079,
            "stop": 853180148
        },
        {
            "start": 853181083,
            "stop": 853181505
        },
        {
            "start": 853182206,
            "stop": 853183054
        },
        {
            "start": 853183108,
            "stop": 853184820
        },
        {
            "start": 853185457,
            "stop": 853187418
        },
        {
            "start": 853188374,
            "stop": 853189121
        },
        {
            "start": 853189185,
            "stop": 853199691
        },
        {
            "start": 853200540,
            "stop": 853206984
        },
        {
            "start": 853208456,
            "stop": 853217567
        },
        {
            "start": 853217639,
            "stop": 853224782
        },
        {
            "start": 853225281,
            "stop": 853236821
        },
        {
            "start": 853237661,
            "stop": 853243166
        },
        {
            "start": 853243305,
            "stop": 853246001
        }
    ]
}