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/O3b/timelines/L1_BURST_CAT2/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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=135",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 136,
    "results": [
        {
            "start": 1260247354,
            "stop": 1260248344
        },
        {
            "start": 1260248349,
            "stop": 1260248474
        },
        {
            "start": 1260248479,
            "stop": 1260248573
        },
        {
            "start": 1260248578,
            "stop": 1260249457
        },
        {
            "start": 1260249459,
            "stop": 1260249657
        },
        {
            "start": 1260249662,
            "stop": 1260249759
        },
        {
            "start": 1260249764,
            "stop": 1260249810
        },
        {
            "start": 1260249815,
            "stop": 1260250186
        },
        {
            "start": 1260250189,
            "stop": 1260250202
        },
        {
            "start": 1260250207,
            "stop": 1260251824
        },
        {
            "start": 1260251829,
            "stop": 1260252747
        },
        {
            "start": 1260252752,
            "stop": 1260254267
        },
        {
            "start": 1260254272,
            "stop": 1260255173
        },
        {
            "start": 1260255178,
            "stop": 1260255500
        },
        {
            "start": 1260255508,
            "stop": 1260257097
        },
        {
            "start": 1260257102,
            "stop": 1260257319
        },
        {
            "start": 1260257324,
            "stop": 1260257760
        },
        {
            "start": 1260257765,
            "stop": 1260258078
        },
        {
            "start": 1260258083,
            "stop": 1260258785
        },
        {
            "start": 1260258790,
            "stop": 1260259356
        }
    ]
}