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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=114",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 115,
    "results": [
        {
            "start": 931339729,
            "stop": 931339731
        },
        {
            "start": 931339736,
            "stop": 931339739
        },
        {
            "start": 931339741,
            "stop": 931339742
        },
        {
            "start": 931339752,
            "stop": 931339753
        },
        {
            "start": 931339763,
            "stop": 931339764
        },
        {
            "start": 931339766,
            "stop": 931339767
        },
        {
            "start": 931339769,
            "stop": 931339770
        },
        {
            "start": 931339786,
            "stop": 931339788
        },
        {
            "start": 931339796,
            "stop": 931339797
        },
        {
            "start": 931339799,
            "stop": 931339801
        },
        {
            "start": 931339818,
            "stop": 931339821
        },
        {
            "start": 931339834,
            "stop": 931339836
        },
        {
            "start": 931339840,
            "stop": 931339841
        },
        {
            "start": 931339851,
            "stop": 931339854
        },
        {
            "start": 931339859,
            "stop": 931339861
        },
        {
            "start": 931339872,
            "stop": 931339874
        },
        {
            "start": 931339893,
            "stop": 931339894
        },
        {
            "start": 931339913,
            "stop": 931339915
        },
        {
            "start": 931339935,
            "stop": 931339936
        },
        {
            "start": 931339938,
            "stop": 931339940
        }
    ]
}