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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 245,
    "results": [
        {
            "start": 1173901021,
            "stop": 1173901705
        },
        {
            "start": 1173901707,
            "stop": 1173902418
        },
        {
            "start": 1173902420,
            "stop": 1173902597
        },
        {
            "start": 1173902599,
            "stop": 1173903457
        },
        {
            "start": 1173903459,
            "stop": 1173904353
        },
        {
            "start": 1173904355,
            "stop": 1173905691
        },
        {
            "start": 1173905693,
            "stop": 1173906905
        },
        {
            "start": 1173906907,
            "stop": 1173908510
        },
        {
            "start": 1173908512,
            "stop": 1173910102
        },
        {
            "start": 1173910104,
            "stop": 1173911282
        },
        {
            "start": 1173911284,
            "stop": 1173912763
        },
        {
            "start": 1173912765,
            "stop": 1173914454
        },
        {
            "start": 1173914456,
            "stop": 1173915938
        },
        {
            "start": 1173915940,
            "stop": 1173917268
        },
        {
            "start": 1173917270,
            "stop": 1173918140
        },
        {
            "start": 1173918142,
            "stop": 1173919294
        },
        {
            "start": 1173919296,
            "stop": 1173920871
        },
        {
            "start": 1173920873,
            "stop": 1173922299
        },
        {
            "start": 1173922301,
            "stop": 1173923946
        },
        {
            "start": 1173923948,
            "stop": 1173924889
        }
    ]
}