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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 242,
    "results": [
        {
            "start": 1173847353,
            "stop": 1173847698
        },
        {
            "start": 1173847700,
            "stop": 1173848597
        },
        {
            "start": 1173848599,
            "stop": 1173849881
        },
        {
            "start": 1173849883,
            "stop": 1173850108
        },
        {
            "start": 1173853066,
            "stop": 1173853297
        },
        {
            "start": 1173853302,
            "stop": 1173853853
        },
        {
            "start": 1173853855,
            "stop": 1173854749
        },
        {
            "start": 1173854751,
            "stop": 1173855162
        },
        {
            "start": 1173855209,
            "stop": 1173855733
        },
        {
            "start": 1173855735,
            "stop": 1173856664
        },
        {
            "start": 1173856666,
            "stop": 1173857218
        },
        {
            "start": 1173857222,
            "stop": 1173857721
        },
        {
            "start": 1173857723,
            "stop": 1173858671
        },
        {
            "start": 1173858673,
            "stop": 1173858947
        },
        {
            "start": 1173858949,
            "stop": 1173859753
        },
        {
            "start": 1173859755,
            "stop": 1173860647
        },
        {
            "start": 1173860649,
            "stop": 1173860703
        },
        {
            "start": 1173860705,
            "stop": 1173861764
        },
        {
            "start": 1173861766,
            "stop": 1173862348
        },
        {
            "start": 1173862350,
            "stop": 1173862719
        }
    ]
}