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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 136,
    "results": [
        {
            "start": 1175801068,
            "stop": 1175801069
        },
        {
            "start": 1175801079,
            "stop": 1175801106
        },
        {
            "start": 1175801109,
            "stop": 1175801125
        },
        {
            "start": 1175801127,
            "stop": 1175801128
        },
        {
            "start": 1175801134,
            "stop": 1175801144
        },
        {
            "start": 1175801168,
            "stop": 1175801189
        },
        {
            "start": 1175801201,
            "stop": 1175801608
        },
        {
            "start": 1175801609,
            "stop": 1175801878
        },
        {
            "start": 1175801879,
            "stop": 1175801880
        },
        {
            "start": 1175801881,
            "stop": 1175801882
        },
        {
            "start": 1175801883,
            "stop": 1175801904
        },
        {
            "start": 1175801905,
            "stop": 1175801938
        },
        {
            "start": 1175801941,
            "stop": 1175802066
        },
        {
            "start": 1175802067,
            "stop": 1175802193
        },
        {
            "start": 1175802194,
            "stop": 1175802208
        },
        {
            "start": 1175802211,
            "stop": 1175802212
        },
        {
            "start": 1175802213,
            "stop": 1175802278
        },
        {
            "start": 1175802281,
            "stop": 1175802327
        },
        {
            "start": 1175802329,
            "stop": 1175802332
        },
        {
            "start": 1175802333,
            "stop": 1175802370
        }
    ]
}