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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 244,
    "results": [
        {
            "start": 1259362433,
            "stop": 1259362713
        },
        {
            "start": 1259362716,
            "stop": 1259362956
        },
        {
            "start": 1259362959,
            "stop": 1259365161
        },
        {
            "start": 1259365338,
            "stop": 1259366554
        },
        {
            "start": 1259366557,
            "stop": 1259367240
        },
        {
            "start": 1259367243,
            "stop": 1259368140
        },
        {
            "start": 1259368143,
            "stop": 1259369572
        },
        {
            "start": 1259369580,
            "stop": 1259372667
        },
        {
            "start": 1259372670,
            "stop": 1259374929
        },
        {
            "start": 1259374932,
            "stop": 1259374995
        },
        {
            "start": 1259374998,
            "stop": 1259375529
        },
        {
            "start": 1259375532,
            "stop": 1259375534
        },
        {
            "start": 1259375536,
            "stop": 1259375558
        },
        {
            "start": 1259375560,
            "stop": 1259375598
        },
        {
            "start": 1259375601,
            "stop": 1259375603
        },
        {
            "start": 1259375605,
            "stop": 1259375633
        },
        {
            "start": 1259375636,
            "stop": 1259375644
        },
        {
            "start": 1259375646,
            "stop": 1259375691
        },
        {
            "start": 1259375692,
            "stop": 1259375744
        },
        {
            "start": 1259375747,
            "stop": 1259375783
        }
    ]
}