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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 63,
    "results": [
        {
            "start": 1372899220,
            "stop": 1372903568
        },
        {
            "start": 1372903573,
            "stop": 1372904175
        },
        {
            "start": 1372904180,
            "stop": 1372905501
        },
        {
            "start": 1372905504,
            "stop": 1372909279
        },
        {
            "start": 1372909284,
            "stop": 1372912494
        },
        {
            "start": 1372912653,
            "stop": 1372913862
        },
        {
            "start": 1372913867,
            "stop": 1372923321
        },
        {
            "start": 1372923326,
            "stop": 1372924077
        },
        {
            "start": 1372924158,
            "stop": 1372926607
        },
        {
            "start": 1372926612,
            "stop": 1372927753
        },
        {
            "start": 1372927758,
            "stop": 1372940086
        },
        {
            "start": 1372940091,
            "stop": 1372941354
        },
        {
            "start": 1372941359,
            "stop": 1372942871
        },
        {
            "start": 1373002217,
            "stop": 1373005217
        },
        {
            "start": 1373005222,
            "stop": 1373011074
        },
        {
            "start": 1373022137,
            "stop": 1373026996
        },
        {
            "start": 1373027001,
            "stop": 1373039882
        },
        {
            "start": 1373047498,
            "stop": 1373057154
        },
        {
            "start": 1373073541,
            "stop": 1373082592
        },
        {
            "start": 1373082597,
            "stop": 1373090983
        }
    ]
}