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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 272,
    "results": [
        {
            "start": 1174548242,
            "stop": 1174548920
        },
        {
            "start": 1174548923,
            "stop": 1174549193
        },
        {
            "start": 1174549195,
            "stop": 1174550286
        },
        {
            "start": 1174550288,
            "stop": 1174551182
        },
        {
            "start": 1174551184,
            "stop": 1174551308
        },
        {
            "start": 1174551310,
            "stop": 1174552227
        },
        {
            "start": 1174552231,
            "stop": 1174552403
        },
        {
            "start": 1174552405,
            "stop": 1174553179
        },
        {
            "start": 1174553181,
            "stop": 1174554296
        },
        {
            "start": 1174554298,
            "stop": 1174554697
        },
        {
            "start": 1174554699,
            "stop": 1174555636
        },
        {
            "start": 1174555638,
            "stop": 1174556510
        },
        {
            "start": 1174559560,
            "stop": 1174560296
        },
        {
            "start": 1174560298,
            "stop": 1174561524
        },
        {
            "start": 1174561526,
            "stop": 1174562885
        },
        {
            "start": 1174562887,
            "stop": 1174563059
        },
        {
            "start": 1174564400,
            "stop": 1174564805
        },
        {
            "start": 1174564809,
            "stop": 1174565355
        },
        {
            "start": 1174565357,
            "stop": 1174566554
        },
        {
            "start": 1174566556,
            "stop": 1174567556
        }
    ]
}