Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5096
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5095",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5096,
    "results": [
        {
            "start": 874672737,
            "stop": 874672744
        },
        {
            "start": 874672768,
            "stop": 874672781
        },
        {
            "start": 874672800,
            "stop": 874672851
        },
        {
            "start": 874672870,
            "stop": 874672875
        },
        {
            "start": 874672894,
            "stop": 874672908
        },
        {
            "start": 874672927,
            "stop": 874672928
        },
        {
            "start": 874672958,
            "stop": 874673015
        },
        {
            "start": 874673054,
            "stop": 874673138
        },
        {
            "start": 874673170,
            "stop": 874673175
        },
        {
            "start": 874673194,
            "stop": 874673289
        },
        {
            "start": 874673308,
            "stop": 874673354
        },
        {
            "start": 874673392,
            "stop": 874673534
        },
        {
            "start": 874673555,
            "stop": 874673561
        },
        {
            "start": 874673580,
            "stop": 874673700
        },
        {
            "start": 874673719,
            "stop": 874673768
        },
        {
            "start": 874673787,
            "stop": 874673796
        },
        {
            "start": 874673819,
            "stop": 874673838
        },
        {
            "start": 874673857,
            "stop": 874673904
        },
        {
            "start": 874673923,
            "stop": 874673960
        },
        {
            "start": 874673979,
            "stop": 874674022
        }
    ]
}