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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5144",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5145,
    "results": [
        {
            "start": 1136122205,
            "stop": 1136122210
        },
        {
            "start": 1136122212,
            "stop": 1136122218
        },
        {
            "start": 1136122220,
            "stop": 1136122237
        },
        {
            "start": 1136122239,
            "stop": 1136122249
        },
        {
            "start": 1136122251,
            "stop": 1136122261
        },
        {
            "start": 1136122263,
            "stop": 1136122264
        },
        {
            "start": 1136122266,
            "stop": 1136122276
        },
        {
            "start": 1136122278,
            "stop": 1136122283
        },
        {
            "start": 1136122285,
            "stop": 1136122307
        },
        {
            "start": 1136122309,
            "stop": 1136122317
        },
        {
            "start": 1136122319,
            "stop": 1136122325
        },
        {
            "start": 1136122327,
            "stop": 1136122337
        },
        {
            "start": 1136122339,
            "stop": 1136122346
        },
        {
            "start": 1136122348,
            "stop": 1136122363
        },
        {
            "start": 1136122365,
            "stop": 1136122372
        },
        {
            "start": 1136122374,
            "stop": 1136122380
        },
        {
            "start": 1136122382,
            "stop": 1136122416
        },
        {
            "start": 1136122418,
            "stop": 1136122421
        },
        {
            "start": 1136122423,
            "stop": 1136122445
        },
        {
            "start": 1136122447,
            "stop": 1136122492
        }
    ]
}