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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 266,
    "results": [
        {
            "start": 1174439229,
            "stop": 1174440273
        },
        {
            "start": 1174440275,
            "stop": 1174441303
        },
        {
            "start": 1174441305,
            "stop": 1174442391
        },
        {
            "start": 1174442393,
            "stop": 1174443370
        },
        {
            "start": 1174443372,
            "stop": 1174444649
        },
        {
            "start": 1174444651,
            "stop": 1174445928
        },
        {
            "start": 1174445930,
            "stop": 1174446959
        },
        {
            "start": 1174446961,
            "stop": 1174448180
        },
        {
            "start": 1174448182,
            "stop": 1174449078
        },
        {
            "start": 1174449080,
            "stop": 1174449960
        },
        {
            "start": 1174449962,
            "stop": 1174450403
        },
        {
            "start": 1174450407,
            "stop": 1174450690
        },
        {
            "start": 1174450692,
            "stop": 1174451559
        },
        {
            "start": 1174451561,
            "stop": 1174452280
        },
        {
            "start": 1174452282,
            "stop": 1174453559
        },
        {
            "start": 1174453561,
            "stop": 1174454547
        },
        {
            "start": 1174454549,
            "stop": 1174455713
        },
        {
            "start": 1174455715,
            "stop": 1174456766
        },
        {
            "start": 1174456768,
            "stop": 1174457603
        },
        {
            "start": 1174457607,
            "stop": 1174457821
        }
    ]
}