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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=596",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=594",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 595,
    "results": [
        {
            "start": 1262922667,
            "stop": 1262922695
        },
        {
            "start": 1262922698,
            "stop": 1262922752
        },
        {
            "start": 1262922755,
            "stop": 1262922779
        },
        {
            "start": 1262922782,
            "stop": 1262922786
        },
        {
            "start": 1262922789,
            "stop": 1262922791
        },
        {
            "start": 1262922794,
            "stop": 1262922817
        },
        {
            "start": 1262922820,
            "stop": 1262922825
        },
        {
            "start": 1262922828,
            "stop": 1262922886
        },
        {
            "start": 1262922892,
            "stop": 1262922955
        },
        {
            "start": 1262922958,
            "stop": 1262922959
        },
        {
            "start": 1262922962,
            "stop": 1262922991
        },
        {
            "start": 1262922994,
            "stop": 1262923023
        },
        {
            "start": 1262923026,
            "stop": 1262923037
        },
        {
            "start": 1262923040,
            "stop": 1262923069
        },
        {
            "start": 1262923072,
            "stop": 1262923151
        },
        {
            "start": 1262923154,
            "stop": 1262923260
        },
        {
            "start": 1262923263,
            "stop": 1262923273
        },
        {
            "start": 1262923276,
            "stop": 1262923279
        },
        {
            "start": 1262923282,
            "stop": 1262923306
        },
        {
            "start": 1262923309,
            "stop": 1262923342
        }
    ]
}