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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=350",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 351,
    "results": [
        {
            "start": 1260630404,
            "stop": 1260630666
        },
        {
            "start": 1260630668,
            "stop": 1260631060
        },
        {
            "start": 1260631062,
            "stop": 1260631304
        },
        {
            "start": 1260631305,
            "stop": 1260631561
        },
        {
            "start": 1260631563,
            "stop": 1260631688
        },
        {
            "start": 1260631691,
            "stop": 1260631778
        },
        {
            "start": 1260631779,
            "stop": 1260631809
        },
        {
            "start": 1260631810,
            "stop": 1260632252
        },
        {
            "start": 1260632253,
            "stop": 1260632307
        },
        {
            "start": 1260632310,
            "stop": 1260632460
        },
        {
            "start": 1260632463,
            "stop": 1260632492
        },
        {
            "start": 1260632495,
            "stop": 1260632731
        },
        {
            "start": 1260632733,
            "stop": 1260632985
        },
        {
            "start": 1260632987,
            "stop": 1260633518
        },
        {
            "start": 1260633519,
            "stop": 1260633523
        },
        {
            "start": 1260661094,
            "stop": 1260663437
        },
        {
            "start": 1260663440,
            "stop": 1260665052
        },
        {
            "start": 1260665061,
            "stop": 1260669495
        },
        {
            "start": 1260669498,
            "stop": 1260670616
        },
        {
            "start": 1260670619,
            "stop": 1260671248
        }
    ]
}