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/H1_CBCLOW_CAT4/segments?format=api&page=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=56",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 57,
    "results": [
        {
            "start": 817275445,
            "stop": 817275446
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278137,
            "stop": 817282859
        },
        {
            "start": 817282867,
            "stop": 817285382
        },
        {
            "start": 817285389,
            "stop": 817285651
        },
        {
            "start": 817285658,
            "stop": 817286083
        },
        {
            "start": 817286090,
            "stop": 817286244
        },
        {
            "start": 817286252,
            "stop": 817286561
        },
        {
            "start": 817286568,
            "stop": 817287000
        },
        {
            "start": 817287060,
            "stop": 817289320
        },
        {
            "start": 817289327,
            "stop": 817289403
        },
        {
            "start": 817289410,
            "stop": 817289573
        },
        {
            "start": 817289580,
            "stop": 817289731
        },
        {
            "start": 817289738,
            "stop": 817290074
        },
        {
            "start": 817290081,
            "stop": 817291153
        },
        {
            "start": 817291895,
            "stop": 817293110
        },
        {
            "start": 817293190,
            "stop": 817294022
        },
        {
            "start": 817294030,
            "stop": 817294212
        },
        {
            "start": 817294219,
            "stop": 817301675
        },
        {
            "start": 817301688,
            "stop": 817302959
        }
    ]
}