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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=380",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 381,
    "results": [
        {
            "start": 829605919,
            "stop": 829607424
        },
        {
            "start": 829607724,
            "stop": 829610904
        },
        {
            "start": 829633643,
            "stop": 829633644
        },
        {
            "start": 829633675,
            "stop": 829633676
        },
        {
            "start": 829633700,
            "stop": 829633701
        },
        {
            "start": 829633712,
            "stop": 829633713
        },
        {
            "start": 829633716,
            "stop": 829633717
        },
        {
            "start": 829633722,
            "stop": 829633723
        },
        {
            "start": 829633726,
            "stop": 829633729
        },
        {
            "start": 829633731,
            "stop": 829633733
        },
        {
            "start": 829633735,
            "stop": 829633736
        },
        {
            "start": 829633745,
            "stop": 829633746
        },
        {
            "start": 829633752,
            "stop": 829633755
        },
        {
            "start": 829633757,
            "stop": 829633760
        },
        {
            "start": 829633761,
            "stop": 829633762
        },
        {
            "start": 829633767,
            "stop": 829633769
        },
        {
            "start": 829633772,
            "stop": 829633778
        },
        {
            "start": 829633783,
            "stop": 829633784
        },
        {
            "start": 829633786,
            "stop": 829633787
        },
        {
            "start": 829633789,
            "stop": 829633792
        }
    ]
}