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=8374
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=8375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8373",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8374,
    "results": [
        {
            "start": 874806540,
            "stop": 874806660
        },
        {
            "start": 874806740,
            "stop": 874806780
        },
        {
            "start": 874808192,
            "stop": 874808220
        },
        {
            "start": 874808289,
            "stop": 874808337
        },
        {
            "start": 874808358,
            "stop": 874808400
        },
        {
            "start": 874808460,
            "stop": 874808809
        },
        {
            "start": 874808829,
            "stop": 874808931
        },
        {
            "start": 874808950,
            "stop": 874809113
        },
        {
            "start": 874809130,
            "stop": 874809540
        },
        {
            "start": 874809600,
            "stop": 874809683
        },
        {
            "start": 874809702,
            "stop": 874809764
        },
        {
            "start": 874809784,
            "stop": 874809805
        },
        {
            "start": 874809837,
            "stop": 874809840
        },
        {
            "start": 874809900,
            "stop": 874810200
        },
        {
            "start": 874810500,
            "stop": 874810649
        },
        {
            "start": 874810669,
            "stop": 874810813
        },
        {
            "start": 874810832,
            "stop": 874811171
        },
        {
            "start": 874811199,
            "stop": 874811269
        },
        {
            "start": 874811288,
            "stop": 874811416
        },
        {
            "start": 874811448,
            "stop": 874811931
        }
    ]
}