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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=258",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 259,
    "results": [
        {
            "start": 850484920,
            "stop": 850489631
        },
        {
            "start": 850491682,
            "stop": 850494358
        },
        {
            "start": 850494617,
            "stop": 850494733
        },
        {
            "start": 850496279,
            "stop": 850496344
        },
        {
            "start": 850500666,
            "stop": 850502833
        },
        {
            "start": 850503977,
            "stop": 850505466
        },
        {
            "start": 850507010,
            "stop": 850510453
        },
        {
            "start": 850510472,
            "stop": 850510473
        },
        {
            "start": 850510633,
            "stop": 850511953
        },
        {
            "start": 850513027,
            "stop": 850514233
        },
        {
            "start": 850514266,
            "stop": 850514267
        },
        {
            "start": 850514412,
            "stop": 850514431
        },
        {
            "start": 850514436,
            "stop": 850514835
        },
        {
            "start": 850515155,
            "stop": 850515839
        },
        {
            "start": 850515973,
            "stop": 850519033
        },
        {
            "start": 850519049,
            "stop": 850519050
        },
        {
            "start": 850519216,
            "stop": 850526234
        },
        {
            "start": 850526296,
            "stop": 850536313
        },
        {
            "start": 850537626,
            "stop": 850547533
        },
        {
            "start": 850547566,
            "stop": 850547567
        }
    ]
}