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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 4,
    "results": [
        {
            "start": 1165502899,
            "stop": 1165502930
        },
        {
            "start": 1165531976,
            "stop": 1165533085
        },
        {
            "start": 1165536836,
            "stop": 1165537764
        },
        {
            "start": 1165560594,
            "stop": 1165571297
        },
        {
            "start": 1165578348,
            "stop": 1165591465
        },
        {
            "start": 1165593872,
            "stop": 1165594445
        },
        {
            "start": 1165597230,
            "stop": 1165598115
        },
        {
            "start": 1165603224,
            "stop": 1165603723
        },
        {
            "start": 1165605234,
            "stop": 1165610163
        },
        {
            "start": 1165618019,
            "stop": 1165624794
        },
        {
            "start": 1165626216,
            "stop": 1165645269
        },
        {
            "start": 1165654829,
            "stop": 1165671634
        },
        {
            "start": 1165702041,
            "stop": 1165702622
        },
        {
            "start": 1165703032,
            "stop": 1165715194
        },
        {
            "start": 1165715238,
            "stop": 1165717873
        },
        {
            "start": 1165727470,
            "stop": 1165728493
        },
        {
            "start": 1165728659,
            "stop": 1165729091
        },
        {
            "start": 1165729207,
            "stop": 1165730209
        },
        {
            "start": 1165730234,
            "stop": 1165754540
        },
        {
            "start": 1165759716,
            "stop": 1165760979
        }
    ]
}