Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=108",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 109,
    "results": [
        {
            "start": 816934734,
            "stop": 816934735
        },
        {
            "start": 816934756,
            "stop": 816934758
        },
        {
            "start": 816934779,
            "stop": 816934789
        },
        {
            "start": 816934843,
            "stop": 816934870
        },
        {
            "start": 816934937,
            "stop": 816934942
        },
        {
            "start": 816934977,
            "stop": 816934989
        },
        {
            "start": 816935009,
            "stop": 816935010
        },
        {
            "start": 816935043,
            "stop": 816935097
        },
        {
            "start": 816935164,
            "stop": 816935189
        },
        {
            "start": 816935225,
            "stop": 816935229
        },
        {
            "start": 816935249,
            "stop": 816935429
        },
        {
            "start": 816935498,
            "stop": 816935532
        },
        {
            "start": 816935554,
            "stop": 816935572
        },
        {
            "start": 816935593,
            "stop": 816935640
        },
        {
            "start": 816935680,
            "stop": 816935691
        },
        {
            "start": 816935723,
            "stop": 816935732
        },
        {
            "start": 816935772,
            "stop": 816935773
        },
        {
            "start": 816936357,
            "stop": 816936363
        },
        {
            "start": 816936404,
            "stop": 816936409
        },
        {
            "start": 816936950,
            "stop": 816936955
        }
    ]
}