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=15936
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=15937",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15935",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15936,
    "results": [
        {
            "start": 971403207,
            "stop": 971403211
        },
        {
            "start": 971403213,
            "stop": 971403237
        },
        {
            "start": 971403239,
            "stop": 971403247
        },
        {
            "start": 971403251,
            "stop": 971403256
        },
        {
            "start": 971403258,
            "stop": 971403259
        },
        {
            "start": 971403260,
            "stop": 971403266
        },
        {
            "start": 971403267,
            "stop": 971403269
        },
        {
            "start": 971403273,
            "stop": 971403274
        },
        {
            "start": 971403276,
            "stop": 971403289
        },
        {
            "start": 971403290,
            "stop": 971403292
        },
        {
            "start": 971403294,
            "stop": 971403295
        },
        {
            "start": 971403298,
            "stop": 971403304
        },
        {
            "start": 971403306,
            "stop": 971403315
        },
        {
            "start": 971403319,
            "stop": 971403321
        },
        {
            "start": 971403322,
            "stop": 971403323
        },
        {
            "start": 971403325,
            "stop": 971403335
        },
        {
            "start": 971403336,
            "stop": 971403339
        },
        {
            "start": 971403340,
            "stop": 971403353
        },
        {
            "start": 971403355,
            "stop": 971403360
        },
        {
            "start": 971403363,
            "stop": 971403366
        }
    ]
}