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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=267",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 268,
    "results": [
        {
            "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
        },
        {
            "start": 931472109,
            "stop": 931472165
        },
        {
            "start": 931472167,
            "stop": 931472185
        },
        {
            "start": 931472191,
            "stop": 931472192
        },
        {
            "start": 931472197,
            "stop": 931472205
        },
        {
            "start": 931472208,
            "stop": 931472216
        }
    ]
}