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=596
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=597",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=595",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 596,
    "results": [
        {
            "start": 1262923345,
            "stop": 1262923375
        },
        {
            "start": 1262923378,
            "stop": 1262923415
        },
        {
            "start": 1262923418,
            "stop": 1262923454
        },
        {
            "start": 1262923457,
            "stop": 1262923594
        },
        {
            "start": 1262923597,
            "stop": 1262923610
        },
        {
            "start": 1262923613,
            "stop": 1262923689
        },
        {
            "start": 1262923692,
            "stop": 1262923705
        },
        {
            "start": 1262923708,
            "stop": 1262923744
        },
        {
            "start": 1262923747,
            "stop": 1262923749
        },
        {
            "start": 1262923752,
            "stop": 1262923772
        },
        {
            "start": 1262923775,
            "stop": 1262923784
        },
        {
            "start": 1262923787,
            "stop": 1262923802
        },
        {
            "start": 1262923805,
            "stop": 1262923824
        },
        {
            "start": 1262923827,
            "stop": 1262923846
        },
        {
            "start": 1262923849,
            "stop": 1262923858
        },
        {
            "start": 1262923861,
            "stop": 1262923901
        },
        {
            "start": 1262923904,
            "stop": 1262923926
        },
        {
            "start": 1262923929,
            "stop": 1262923955
        },
        {
            "start": 1262923958,
            "stop": 1262924002
        },
        {
            "start": 1262924005,
            "stop": 1262924038
        }
    ]
}