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=3789
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=3790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3788",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3789,
    "results": [
        {
            "start": 873201114,
            "stop": 873201361
        },
        {
            "start": 873201364,
            "stop": 873201472
        },
        {
            "start": 873201475,
            "stop": 873201483
        },
        {
            "start": 873201488,
            "stop": 873201672
        },
        {
            "start": 873201675,
            "stop": 873202275
        },
        {
            "start": 873202279,
            "stop": 873202842
        },
        {
            "start": 873202845,
            "stop": 873203058
        },
        {
            "start": 873203061,
            "stop": 873203311
        },
        {
            "start": 873203314,
            "stop": 873203369
        },
        {
            "start": 873203370,
            "stop": 873203379
        },
        {
            "start": 873203382,
            "stop": 873203420
        },
        {
            "start": 873203427,
            "stop": 873203449
        },
        {
            "start": 873203455,
            "stop": 873203525
        },
        {
            "start": 873203528,
            "stop": 873203584
        },
        {
            "start": 873203588,
            "stop": 873203678
        },
        {
            "start": 873203681,
            "stop": 873203682
        },
        {
            "start": 873203683,
            "stop": 873203739
        },
        {
            "start": 873203742,
            "stop": 873203936
        },
        {
            "start": 873203939,
            "stop": 873204760
        },
        {
            "start": 873204763,
            "stop": 873204974
        }
    ]
}