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=16024
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=16025",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16023",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16024,
    "results": [
        {
            "start": 971600677,
            "stop": 971600684
        },
        {
            "start": 971600687,
            "stop": 971600703
        },
        {
            "start": 971600706,
            "stop": 971600749
        },
        {
            "start": 971600752,
            "stop": 971600783
        },
        {
            "start": 971600786,
            "stop": 971600819
        },
        {
            "start": 971600822,
            "stop": 971600828
        },
        {
            "start": 971600834,
            "stop": 971600840
        },
        {
            "start": 971600843,
            "stop": 971600859
        },
        {
            "start": 971600861,
            "stop": 971600864
        },
        {
            "start": 971600866,
            "stop": 971600908
        },
        {
            "start": 971600943,
            "stop": 971600971
        },
        {
            "start": 971600974,
            "stop": 971601009
        },
        {
            "start": 971601013,
            "stop": 971601023
        },
        {
            "start": 971601024,
            "stop": 971601026
        },
        {
            "start": 971601027,
            "stop": 971601029
        },
        {
            "start": 971601033,
            "stop": 971601045
        },
        {
            "start": 971601066,
            "stop": 971601075
        },
        {
            "start": 971601080,
            "stop": 971601081
        },
        {
            "start": 971601082,
            "stop": 971601088
        },
        {
            "start": 971601091,
            "stop": 971601102
        }
    ]
}