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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=11",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 12,
    "results": [
        {
            "start": 815238090,
            "stop": 815238253
        },
        {
            "start": 815238256,
            "stop": 815238493
        },
        {
            "start": 815238497,
            "stop": 815238709
        },
        {
            "start": 815238712,
            "stop": 815238770
        },
        {
            "start": 815238774,
            "stop": 815238922
        },
        {
            "start": 815238925,
            "stop": 815239008
        },
        {
            "start": 815239011,
            "stop": 815239017
        },
        {
            "start": 815239021,
            "stop": 815239050
        },
        {
            "start": 815239290,
            "stop": 815239350
        },
        {
            "start": 815239354,
            "stop": 815239470
        },
        {
            "start": 815239533,
            "stop": 815239548
        },
        {
            "start": 815239568,
            "stop": 815239578
        },
        {
            "start": 815239582,
            "stop": 815239602
        },
        {
            "start": 815239606,
            "stop": 815239612
        },
        {
            "start": 815239616,
            "stop": 815239683
        },
        {
            "start": 815239687,
            "stop": 815239735
        },
        {
            "start": 815239738,
            "stop": 815239770
        },
        {
            "start": 815239844,
            "stop": 815239853
        },
        {
            "start": 815240846,
            "stop": 815240972
        },
        {
            "start": 815240976,
            "stop": 815241001
        }
    ]
}