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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=33",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 34,
    "results": [
        {
            "start": 819120484,
            "stop": 819120487
        },
        {
            "start": 819120490,
            "stop": 819120491
        },
        {
            "start": 819120492,
            "stop": 819120518
        },
        {
            "start": 819120520,
            "stop": 819120534
        },
        {
            "start": 819120536,
            "stop": 819121854
        },
        {
            "start": 819121856,
            "stop": 819122900
        },
        {
            "start": 819181938,
            "stop": 819181948
        },
        {
            "start": 819182599,
            "stop": 819183913
        },
        {
            "start": 819195998,
            "stop": 819205221
        },
        {
            "start": 819205223,
            "stop": 819205224
        },
        {
            "start": 819205227,
            "stop": 819205616
        },
        {
            "start": 819205740,
            "stop": 819205818
        },
        {
            "start": 819205842,
            "stop": 819206494
        },
        {
            "start": 819246606,
            "stop": 819247609
        },
        {
            "start": 819247611,
            "stop": 819249202
        },
        {
            "start": 819249203,
            "stop": 819249881
        },
        {
            "start": 819253507,
            "stop": 819278679
        },
        {
            "start": 819278681,
            "stop": 819278731
        },
        {
            "start": 819278733,
            "stop": 819278742
        },
        {
            "start": 819278743,
            "stop": 819278746
        }
    ]
}