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=610
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=611",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=609",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 610,
    "results": [
        {
            "start": 1262938738,
            "stop": 1262938741
        },
        {
            "start": 1262938744,
            "stop": 1262938856
        },
        {
            "start": 1262938859,
            "stop": 1262939160
        },
        {
            "start": 1262939163,
            "stop": 1262939166
        },
        {
            "start": 1262939169,
            "stop": 1262939178
        },
        {
            "start": 1262939181,
            "stop": 1262939497
        },
        {
            "start": 1262939500,
            "stop": 1262939531
        },
        {
            "start": 1262939534,
            "stop": 1262939630
        },
        {
            "start": 1262939633,
            "stop": 1262939659
        },
        {
            "start": 1262939662,
            "stop": 1262939809
        },
        {
            "start": 1262939813,
            "stop": 1262939814
        },
        {
            "start": 1262939816,
            "stop": 1262939817
        },
        {
            "start": 1262939818,
            "stop": 1262939987
        },
        {
            "start": 1262939990,
            "stop": 1262940505
        },
        {
            "start": 1262940508,
            "stop": 1262940810
        },
        {
            "start": 1262940813,
            "stop": 1262940878
        },
        {
            "start": 1262940881,
            "stop": 1262941130
        },
        {
            "start": 1262941133,
            "stop": 1262941651
        },
        {
            "start": 1262941654,
            "stop": 1262942122
        },
        {
            "start": 1262942125,
            "stop": 1262942247
        }
    ]
}