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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=267",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 268,
    "results": [
        {
            "start": 931470202,
            "stop": 931470207
        },
        {
            "start": 931470209,
            "stop": 931470213
        },
        {
            "start": 931470220,
            "stop": 931470225
        },
        {
            "start": 931470228,
            "stop": 931470231
        },
        {
            "start": 931470241,
            "stop": 931470242
        },
        {
            "start": 931470244,
            "stop": 931470245
        },
        {
            "start": 931470249,
            "stop": 931470251
        },
        {
            "start": 931470254,
            "stop": 931470256
        },
        {
            "start": 931470280,
            "stop": 931470307
        },
        {
            "start": 931470325,
            "stop": 931470345
        },
        {
            "start": 931471964,
            "stop": 931471983
        },
        {
            "start": 931471985,
            "stop": 931472010
        },
        {
            "start": 931472029,
            "stop": 931472033
        },
        {
            "start": 931472042,
            "stop": 931472046
        },
        {
            "start": 931472066,
            "stop": 931472067
        },
        {
            "start": 931472069,
            "stop": 931472074
        },
        {
            "start": 931472076,
            "stop": 931472093
        },
        {
            "start": 931472095,
            "stop": 931472099
        },
        {
            "start": 931472102,
            "stop": 931472104
        },
        {
            "start": 931472106,
            "stop": 931472107
        }
    ]
}