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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7269",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7270,
    "results": [
        {
            "start": 874965603,
            "stop": 874965727
        },
        {
            "start": 874965729,
            "stop": 874965882
        },
        {
            "start": 874965883,
            "stop": 874965890
        },
        {
            "start": 874965891,
            "stop": 874965931
        },
        {
            "start": 874965932,
            "stop": 874965934
        },
        {
            "start": 874965935,
            "stop": 874966169
        },
        {
            "start": 874966171,
            "stop": 874966342
        },
        {
            "start": 874966343,
            "stop": 874966513
        },
        {
            "start": 874966516,
            "stop": 874966590
        },
        {
            "start": 874966591,
            "stop": 874966794
        },
        {
            "start": 874966795,
            "stop": 874967172
        },
        {
            "start": 874967173,
            "stop": 874967264
        },
        {
            "start": 874967265,
            "stop": 874967295
        },
        {
            "start": 874967296,
            "stop": 874967314
        },
        {
            "start": 874967315,
            "stop": 874967394
        },
        {
            "start": 874967395,
            "stop": 874967480
        },
        {
            "start": 874967481,
            "stop": 874967734
        },
        {
            "start": 874967735,
            "stop": 874967877
        },
        {
            "start": 874967879,
            "stop": 874967927
        },
        {
            "start": 874967928,
            "stop": 874968039
        }
    ]
}