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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=691",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 692,
    "results": [
        {
            "start": 856718590,
            "stop": 856718594
        },
        {
            "start": 856718597,
            "stop": 856718610
        },
        {
            "start": 856718613,
            "stop": 856718617
        },
        {
            "start": 856718620,
            "stop": 856718624
        },
        {
            "start": 856718629,
            "stop": 856718640
        },
        {
            "start": 856718643,
            "stop": 856718649
        },
        {
            "start": 856718652,
            "stop": 856718654
        },
        {
            "start": 856720897,
            "stop": 856726102
        },
        {
            "start": 856727129,
            "stop": 856727650
        },
        {
            "start": 856728380,
            "stop": 856728775
        },
        {
            "start": 856747232,
            "stop": 856748596
        },
        {
            "start": 856748599,
            "stop": 856748603
        },
        {
            "start": 856748608,
            "stop": 856748612
        },
        {
            "start": 856748615,
            "stop": 856748619
        },
        {
            "start": 856748622,
            "stop": 856748642
        },
        {
            "start": 856748645,
            "stop": 856748651
        },
        {
            "start": 856748654,
            "stop": 856748658
        },
        {
            "start": 856748661,
            "stop": 856748663
        },
        {
            "start": 856748668,
            "stop": 856764514
        },
        {
            "start": 856764516,
            "stop": 856778501
        }
    ]
}