Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=21",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 22,
    "results": [
        {
            "start": 1165563487,
            "stop": 1165563884
        },
        {
            "start": 1165563885,
            "stop": 1165564104
        },
        {
            "start": 1165564105,
            "stop": 1165564296
        },
        {
            "start": 1165564297,
            "stop": 1165564411
        },
        {
            "start": 1165564412,
            "stop": 1165564593
        },
        {
            "start": 1165564594,
            "stop": 1165565363
        },
        {
            "start": 1165565364,
            "stop": 1165565477
        },
        {
            "start": 1165565478,
            "stop": 1165565996
        },
        {
            "start": 1165565997,
            "stop": 1165571297
        },
        {
            "start": 1165578348,
            "stop": 1165578529
        },
        {
            "start": 1165578530,
            "stop": 1165580085
        },
        {
            "start": 1165580086,
            "stop": 1165581603
        },
        {
            "start": 1165581604,
            "stop": 1165581642
        },
        {
            "start": 1165581643,
            "stop": 1165582129
        },
        {
            "start": 1165582130,
            "stop": 1165583148
        },
        {
            "start": 1165583149,
            "stop": 1165583575
        },
        {
            "start": 1165583576,
            "stop": 1165583809
        },
        {
            "start": 1165583810,
            "stop": 1165584079
        },
        {
            "start": 1165584080,
            "stop": 1165584381
        },
        {
            "start": 1165584382,
            "stop": 1165585724
        }
    ]
}