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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=198",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 199,
    "results": [
        {
            "start": 850496279,
            "stop": 850496374
        },
        {
            "start": 850500666,
            "stop": 850502886
        },
        {
            "start": 850503977,
            "stop": 850505495
        },
        {
            "start": 850507010,
            "stop": 850510473
        },
        {
            "start": 850510627,
            "stop": 850512009
        },
        {
            "start": 850513027,
            "stop": 850514267
        },
        {
            "start": 850514412,
            "stop": 850514431
        },
        {
            "start": 850514436,
            "stop": 850514835
        },
        {
            "start": 850515155,
            "stop": 850515839
        },
        {
            "start": 850515953,
            "stop": 850519050
        },
        {
            "start": 850519216,
            "stop": 850526234
        },
        {
            "start": 850526296,
            "stop": 850536370
        },
        {
            "start": 850537626,
            "stop": 850547567
        },
        {
            "start": 850549135,
            "stop": 850549221
        },
        {
            "start": 850549428,
            "stop": 850550085
        },
        {
            "start": 850550263,
            "stop": 850556689
        },
        {
            "start": 850557367,
            "stop": 850569332
        },
        {
            "start": 850570329,
            "stop": 850571711
        },
        {
            "start": 850573638,
            "stop": 850575962
        },
        {
            "start": 850593377,
            "stop": 850596285
        }
    ]
}