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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8733",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8734,
    "results": [
        {
            "start": 872785831,
            "stop": 872786882
        },
        {
            "start": 872787053,
            "stop": 872787243
        },
        {
            "start": 872787260,
            "stop": 872788860
        },
        {
            "start": 872788920,
            "stop": 872788980
        },
        {
            "start": 872789040,
            "stop": 872789401
        },
        {
            "start": 872789418,
            "stop": 872789440
        },
        {
            "start": 872789597,
            "stop": 872789966
        },
        {
            "start": 872790086,
            "stop": 872791656
        },
        {
            "start": 872791776,
            "stop": 872792183
        },
        {
            "start": 872792200,
            "stop": 872792268
        },
        {
            "start": 872792285,
            "stop": 872793626
        },
        {
            "start": 872793746,
            "stop": 872793851
        },
        {
            "start": 872793867,
            "stop": 872793943
        },
        {
            "start": 872794063,
            "stop": 872795229
        },
        {
            "start": 872795397,
            "stop": 872796660
        },
        {
            "start": 872796677,
            "stop": 872796823
        },
        {
            "start": 872796994,
            "stop": 872797493
        },
        {
            "start": 872797560,
            "stop": 872797850
        },
        {
            "start": 872797980,
            "stop": 872798640
        },
        {
            "start": 872798700,
            "stop": 872798753
        }
    ]
}