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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 17,
    "results": [
        {
            "start": 931137788,
            "stop": 931137789
        },
        {
            "start": 931137791,
            "stop": 931137792
        },
        {
            "start": 931137794,
            "stop": 931137795
        },
        {
            "start": 931137799,
            "stop": 931137805
        },
        {
            "start": 931137812,
            "stop": 931137816
        },
        {
            "start": 931137818,
            "stop": 931137819
        },
        {
            "start": 931137823,
            "stop": 931137824
        },
        {
            "start": 931137825,
            "stop": 931137826
        },
        {
            "start": 931137831,
            "stop": 931137835
        },
        {
            "start": 931137840,
            "stop": 931137841
        },
        {
            "start": 931137851,
            "stop": 931137852
        },
        {
            "start": 931137854,
            "stop": 931137866
        },
        {
            "start": 931137867,
            "stop": 931137874
        },
        {
            "start": 931137876,
            "stop": 931137877
        },
        {
            "start": 931137879,
            "stop": 931137880
        },
        {
            "start": 931137884,
            "stop": 931137885
        },
        {
            "start": 931137889,
            "stop": 931137890
        },
        {
            "start": 931137891,
            "stop": 931137894
        },
        {
            "start": 931137896,
            "stop": 931137932
        },
        {
            "start": 931137936,
            "stop": 931137957
        }
    ]
}