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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=192",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 193,
    "results": [
        {
            "start": 1420508509,
            "stop": 1420508539
        },
        {
            "start": 1420508541,
            "stop": 1420508673
        },
        {
            "start": 1420508681,
            "stop": 1420508818
        },
        {
            "start": 1420508819,
            "stop": 1420509057
        },
        {
            "start": 1420509062,
            "stop": 1420509081
        },
        {
            "start": 1420509082,
            "stop": 1420509273
        },
        {
            "start": 1420509277,
            "stop": 1420509471
        },
        {
            "start": 1420512348,
            "stop": 1420513024
        },
        {
            "start": 1420513026,
            "stop": 1420513409
        },
        {
            "start": 1420513411,
            "stop": 1420513499
        },
        {
            "start": 1420513503,
            "stop": 1420513563
        },
        {
            "start": 1420513567,
            "stop": 1420513891
        },
        {
            "start": 1420513895,
            "stop": 1420513910
        },
        {
            "start": 1420513912,
            "stop": 1420513915
        },
        {
            "start": 1420513919,
            "stop": 1420513927
        },
        {
            "start": 1420513931,
            "stop": 1420514099
        },
        {
            "start": 1420514103,
            "stop": 1420514115
        },
        {
            "start": 1420514119,
            "stop": 1420514123
        },
        {
            "start": 1420514124,
            "stop": 1420514134
        },
        {
            "start": 1420514136,
            "stop": 1420514139
        }
    ]
}