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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=445",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 446,
    "results": [
        {
            "start": 1264384560,
            "stop": 1264384585
        },
        {
            "start": 1264384587,
            "stop": 1264384588
        },
        {
            "start": 1264384590,
            "stop": 1264384593
        },
        {
            "start": 1264384595,
            "stop": 1264384597
        },
        {
            "start": 1264384598,
            "stop": 1264384602
        },
        {
            "start": 1264384603,
            "stop": 1264384606
        },
        {
            "start": 1264384607,
            "stop": 1264384610
        },
        {
            "start": 1264384612,
            "stop": 1264384617
        },
        {
            "start": 1264384620,
            "stop": 1264384637
        },
        {
            "start": 1264384638,
            "stop": 1264384748
        },
        {
            "start": 1264384749,
            "stop": 1264384801
        },
        {
            "start": 1264384802,
            "stop": 1264384836
        },
        {
            "start": 1264384837,
            "stop": 1264384839
        },
        {
            "start": 1264384841,
            "stop": 1264384843
        },
        {
            "start": 1264384846,
            "stop": 1264384847
        },
        {
            "start": 1264384850,
            "stop": 1264384853
        },
        {
            "start": 1264384862,
            "stop": 1264384864
        },
        {
            "start": 1264384866,
            "stop": 1264384868
        },
        {
            "start": 1264384870,
            "stop": 1264384955
        },
        {
            "start": 1264384960,
            "stop": 1264384987
        }
    ]
}