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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=310",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 311,
    "results": [
        {
            "start": 1181628183,
            "stop": 1181628189
        },
        {
            "start": 1181628191,
            "stop": 1181628196
        },
        {
            "start": 1181628197,
            "stop": 1181628198
        },
        {
            "start": 1181628199,
            "stop": 1181628372
        },
        {
            "start": 1181628373,
            "stop": 1181628393
        },
        {
            "start": 1181628395,
            "stop": 1181628577
        },
        {
            "start": 1181628578,
            "stop": 1181628579
        },
        {
            "start": 1181628580,
            "stop": 1181628724
        },
        {
            "start": 1181628725,
            "stop": 1181628736
        },
        {
            "start": 1181628737,
            "stop": 1181629001
        },
        {
            "start": 1181629004,
            "stop": 1181629007
        },
        {
            "start": 1181629010,
            "stop": 1181629015
        },
        {
            "start": 1181629016,
            "stop": 1181629020
        },
        {
            "start": 1181629021,
            "stop": 1181629023
        },
        {
            "start": 1181629025,
            "stop": 1181629027
        },
        {
            "start": 1181629029,
            "stop": 1181629032
        },
        {
            "start": 1181629033,
            "stop": 1181629042
        },
        {
            "start": 1181629046,
            "stop": 1181629047
        },
        {
            "start": 1181629048,
            "stop": 1181629049
        },
        {
            "start": 1181629050,
            "stop": 1181629051
        }
    ]
}