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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=11",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 12,
    "results": [
        {
            "start": 816234428,
            "stop": 816234446
        },
        {
            "start": 816234452,
            "stop": 816234505
        },
        {
            "start": 816234531,
            "stop": 816234555
        },
        {
            "start": 816234566,
            "stop": 816234591
        },
        {
            "start": 816234594,
            "stop": 816234615
        },
        {
            "start": 816234620,
            "stop": 816234621
        },
        {
            "start": 816234626,
            "stop": 816234651
        },
        {
            "start": 816234657,
            "stop": 816234659
        },
        {
            "start": 816234673,
            "stop": 816234721
        },
        {
            "start": 816234724,
            "stop": 816234761
        },
        {
            "start": 816234773,
            "stop": 816234774
        },
        {
            "start": 816234780,
            "stop": 816234825
        },
        {
            "start": 816234828,
            "stop": 816234832
        },
        {
            "start": 816234835,
            "stop": 816234841
        },
        {
            "start": 816234845,
            "stop": 816234859
        },
        {
            "start": 816234862,
            "stop": 816234864
        },
        {
            "start": 816234868,
            "stop": 816234883
        },
        {
            "start": 816234891,
            "stop": 816234899
        },
        {
            "start": 816234906,
            "stop": 816234911
        },
        {
            "start": 816234920,
            "stop": 816234961
        }
    ]
}