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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=24",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 25,
    "results": [
        {
            "start": 1175902743,
            "stop": 1175902789
        },
        {
            "start": 1175909208,
            "stop": 1175948590
        },
        {
            "start": 1175951741,
            "stop": 1175954431
        },
        {
            "start": 1175980377,
            "stop": 1175993267
        },
        {
            "start": 1175995756,
            "stop": 1176028294
        },
        {
            "start": 1176032010,
            "stop": 1176048028
        },
        {
            "start": 1176161620,
            "stop": 1176192490
        },
        {
            "start": 1176196962,
            "stop": 1176214180
        },
        {
            "start": 1176215135,
            "stop": 1176240003
        },
        {
            "start": 1176240820,
            "stop": 1176241232
        },
        {
            "start": 1176241237,
            "stop": 1176243552
        },
        {
            "start": 1176246668,
            "stop": 1176280677
        },
        {
            "start": 1176289703,
            "stop": 1176294579
        },
        {
            "start": 1176300438,
            "stop": 1176339845
        },
        {
            "start": 1176342083,
            "stop": 1176354728
        },
        {
            "start": 1176354733,
            "stop": 1176382475
        },
        {
            "start": 1176383458,
            "stop": 1176423307
        },
        {
            "start": 1176425312,
            "stop": 1176441422
        },
        {
            "start": 1176450892,
            "stop": 1176457884
        },
        {
            "start": 1176457887,
            "stop": 1176472218
        }
    ]
}