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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=507",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=505",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 506,
    "results": [
        {
            "start": 1184611334,
            "stop": 1184612256
        },
        {
            "start": 1184612308,
            "stop": 1184613369
        },
        {
            "start": 1184615862,
            "stop": 1184616238
        },
        {
            "start": 1184616241,
            "stop": 1184616790
        },
        {
            "start": 1184616815,
            "stop": 1184623064
        },
        {
            "start": 1184623068,
            "stop": 1184625900
        },
        {
            "start": 1184637929,
            "stop": 1184645097
        },
        {
            "start": 1184645101,
            "stop": 1184649708
        },
        {
            "start": 1184649712,
            "stop": 1184660803
        },
        {
            "start": 1184660807,
            "stop": 1184667829
        },
        {
            "start": 1184667832,
            "stop": 1184671795
        },
        {
            "start": 1184671799,
            "stop": 1184676655
        },
        {
            "start": 1184676658,
            "stop": 1184676717
        },
        {
            "start": 1184676720,
            "stop": 1184680409
        },
        {
            "start": 1184680412,
            "stop": 1184687552
        },
        {
            "start": 1184687555,
            "stop": 1184699726
        },
        {
            "start": 1184699730,
            "stop": 1184700084
        },
        {
            "start": 1184700089,
            "stop": 1184702340
        },
        {
            "start": 1184720647,
            "stop": 1184722110
        },
        {
            "start": 1184722114,
            "stop": 1184723915
        }
    ]
}