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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=320",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 321,
    "results": [
        {
            "start": 818247597,
            "stop": 818247600
        },
        {
            "start": 818247605,
            "stop": 818247612
        },
        {
            "start": 818247619,
            "stop": 818247623
        },
        {
            "start": 818247631,
            "stop": 818247633
        },
        {
            "start": 818247660,
            "stop": 818247662
        },
        {
            "start": 818247672,
            "stop": 818247678
        },
        {
            "start": 818247681,
            "stop": 818247682
        },
        {
            "start": 818247700,
            "stop": 818247703
        },
        {
            "start": 818247706,
            "stop": 818247714
        },
        {
            "start": 818247722,
            "stop": 818247729
        },
        {
            "start": 818247736,
            "stop": 818247738
        },
        {
            "start": 818247741,
            "stop": 818247744
        },
        {
            "start": 818247749,
            "stop": 818247753
        },
        {
            "start": 818247758,
            "stop": 818247759
        },
        {
            "start": 818247765,
            "stop": 818247768
        },
        {
            "start": 818247774,
            "stop": 818247775
        },
        {
            "start": 818247778,
            "stop": 818247780
        },
        {
            "start": 818247791,
            "stop": 818247796
        },
        {
            "start": 818247807,
            "stop": 818247812
        },
        {
            "start": 818247820,
            "stop": 818247828
        }
    ]
}