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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=275",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 276,
    "results": [
        {
            "start": 853118442,
            "stop": 853118713
        },
        {
            "start": 853118801,
            "stop": 853128733
        },
        {
            "start": 853129768,
            "stop": 853137253
        },
        {
            "start": 853139212,
            "stop": 853143666
        },
        {
            "start": 853144475,
            "stop": 853162905
        },
        {
            "start": 853163851,
            "stop": 853170493
        },
        {
            "start": 853171398,
            "stop": 853172533
        },
        {
            "start": 853172563,
            "stop": 853172564
        },
        {
            "start": 853173079,
            "stop": 853180093
        },
        {
            "start": 853181083,
            "stop": 853181473
        },
        {
            "start": 853182206,
            "stop": 853183033
        },
        {
            "start": 853183053,
            "stop": 853183054
        },
        {
            "start": 853183108,
            "stop": 853184773
        },
        {
            "start": 853185457,
            "stop": 853187389
        },
        {
            "start": 853188374,
            "stop": 853189093
        },
        {
            "start": 853189120,
            "stop": 853189121
        },
        {
            "start": 853189185,
            "stop": 853199691
        },
        {
            "start": 853200540,
            "stop": 853206954
        },
        {
            "start": 853208456,
            "stop": 853217567
        },
        {
            "start": 853217639,
            "stop": 853224782
        }
    ]
}