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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=302",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 303,
    "results": [
        {
            "start": 1175403362,
            "stop": 1175404273
        },
        {
            "start": 1175404275,
            "stop": 1175405171
        },
        {
            "start": 1175405173,
            "stop": 1175406176
        },
        {
            "start": 1175406178,
            "stop": 1175407503
        },
        {
            "start": 1175407505,
            "stop": 1175407641
        },
        {
            "start": 1175407645,
            "stop": 1175407681
        },
        {
            "start": 1175417492,
            "stop": 1175418360
        },
        {
            "start": 1175418362,
            "stop": 1175419338
        },
        {
            "start": 1175419340,
            "stop": 1175420609
        },
        {
            "start": 1175420611,
            "stop": 1175421045
        },
        {
            "start": 1175421048,
            "stop": 1175421832
        },
        {
            "start": 1175421834,
            "stop": 1175422871
        },
        {
            "start": 1175422873,
            "stop": 1175424027
        },
        {
            "start": 1175424029,
            "stop": 1175425253
        },
        {
            "start": 1175425255,
            "stop": 1175426155
        },
        {
            "start": 1175426157,
            "stop": 1175427454
        },
        {
            "start": 1175427456,
            "stop": 1175428614
        },
        {
            "start": 1175428616,
            "stop": 1175429842
        },
        {
            "start": 1175429844,
            "stop": 1175430719
        },
        {
            "start": 1175430721,
            "stop": 1175431680
        }
    ]
}