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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15713
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=15714",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15712",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15713,
    "results": [
        {
            "start": 971163983,
            "stop": 971163986
        },
        {
            "start": 971163994,
            "stop": 971163995
        },
        {
            "start": 971163998,
            "stop": 971163999
        },
        {
            "start": 971164001,
            "stop": 971164007
        },
        {
            "start": 971164011,
            "stop": 971164012
        },
        {
            "start": 971164024,
            "stop": 971164029
        },
        {
            "start": 971164031,
            "stop": 971164032
        },
        {
            "start": 971164034,
            "stop": 971164035
        },
        {
            "start": 971164039,
            "stop": 971164040
        },
        {
            "start": 971164041,
            "stop": 971164043
        },
        {
            "start": 971164044,
            "stop": 971164045
        },
        {
            "start": 971164046,
            "stop": 971164048
        },
        {
            "start": 971164053,
            "stop": 971164056
        },
        {
            "start": 971164061,
            "stop": 971164062
        },
        {
            "start": 971164068,
            "stop": 971164070
        },
        {
            "start": 971164074,
            "stop": 971164077
        },
        {
            "start": 971164081,
            "stop": 971164082
        },
        {
            "start": 971164083,
            "stop": 971164088
        },
        {
            "start": 971164089,
            "stop": 971164090
        },
        {
            "start": 971164091,
            "stop": 971164092
        }
    ]
}