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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 275,
    "results": [
        {
            "start": 1262763533,
            "stop": 1262763629
        },
        {
            "start": 1262763632,
            "stop": 1262763636
        },
        {
            "start": 1262763639,
            "stop": 1262763968
        },
        {
            "start": 1262763972,
            "stop": 1262764235
        },
        {
            "start": 1262764240,
            "stop": 1262764280
        },
        {
            "start": 1262764283,
            "stop": 1262764409
        },
        {
            "start": 1262764412,
            "stop": 1262765128
        },
        {
            "start": 1262765133,
            "stop": 1262765238
        },
        {
            "start": 1262765243,
            "stop": 1262765290
        },
        {
            "start": 1262765295,
            "stop": 1262765355
        },
        {
            "start": 1262765358,
            "stop": 1262765486
        },
        {
            "start": 1262765491,
            "stop": 1262765658
        },
        {
            "start": 1262765663,
            "stop": 1262765750
        },
        {
            "start": 1262765755,
            "stop": 1262765802
        },
        {
            "start": 1262765805,
            "stop": 1262765944
        },
        {
            "start": 1262765948,
            "stop": 1262766296
        },
        {
            "start": 1262766301,
            "stop": 1262766828
        },
        {
            "start": 1262766830,
            "stop": 1262766866
        },
        {
            "start": 1262766868,
            "stop": 1262766917
        },
        {
            "start": 1262766925,
            "stop": 1262767058
        }
    ]
}