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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8117",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8118,
    "results": [
        {
            "start": 872846112,
            "stop": 872846231
        },
        {
            "start": 872846280,
            "stop": 872846316
        },
        {
            "start": 872846343,
            "stop": 872846383
        },
        {
            "start": 872846402,
            "stop": 872846411
        },
        {
            "start": 872846438,
            "stop": 872846851
        },
        {
            "start": 872846872,
            "stop": 872846873
        },
        {
            "start": 872846895,
            "stop": 872846913
        },
        {
            "start": 872846958,
            "stop": 872847012
        },
        {
            "start": 872847091,
            "stop": 872847310
        },
        {
            "start": 872847354,
            "stop": 872847423
        },
        {
            "start": 872847442,
            "stop": 872847563
        },
        {
            "start": 872847585,
            "stop": 872847657
        },
        {
            "start": 872847678,
            "stop": 872847725
        },
        {
            "start": 872847742,
            "stop": 872847825
        },
        {
            "start": 872847844,
            "stop": 872847953
        },
        {
            "start": 872847973,
            "stop": 872848100
        },
        {
            "start": 872848119,
            "stop": 872848588
        },
        {
            "start": 872848612,
            "stop": 872848795
        },
        {
            "start": 872848814,
            "stop": 872850145
        },
        {
            "start": 872850162,
            "stop": 872850164
        }
    ]
}