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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=122",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 123,
    "results": [
        {
            "start": 826469420,
            "stop": 826469495
        },
        {
            "start": 826469498,
            "stop": 826469499
        },
        {
            "start": 826470313,
            "stop": 826470561
        },
        {
            "start": 826470563,
            "stop": 826471437
        },
        {
            "start": 826474348,
            "stop": 826474355
        },
        {
            "start": 826476074,
            "stop": 826484772
        },
        {
            "start": 826485589,
            "stop": 826489135
        },
        {
            "start": 826489813,
            "stop": 826494487
        },
        {
            "start": 826495610,
            "stop": 826498842
        },
        {
            "start": 826498844,
            "stop": 826498874
        },
        {
            "start": 826498875,
            "stop": 826498883
        },
        {
            "start": 826500712,
            "stop": 826500823
        },
        {
            "start": 826500877,
            "stop": 826531594
        },
        {
            "start": 826532171,
            "stop": 826541644
        },
        {
            "start": 826543250,
            "stop": 826545592
        },
        {
            "start": 826545595,
            "stop": 826548850
        },
        {
            "start": 826551035,
            "stop": 826557486
        },
        {
            "start": 826559724,
            "stop": 826560300
        },
        {
            "start": 826561097,
            "stop": 826567946
        },
        {
            "start": 826568232,
            "stop": 826569878
        }
    ]
}