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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=233",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 234,
    "results": [
        {
            "start": 1262654604,
            "stop": 1262654720
        },
        {
            "start": 1262654722,
            "stop": 1262655170
        },
        {
            "start": 1262655173,
            "stop": 1262655451
        },
        {
            "start": 1262655453,
            "stop": 1262655759
        },
        {
            "start": 1262655761,
            "stop": 1262656178
        },
        {
            "start": 1262656180,
            "stop": 1262656272
        },
        {
            "start": 1262656274,
            "stop": 1262656531
        },
        {
            "start": 1262656533,
            "stop": 1262656535
        },
        {
            "start": 1262656538,
            "stop": 1262656541
        },
        {
            "start": 1262656544,
            "stop": 1262656546
        },
        {
            "start": 1262656548,
            "stop": 1262656944
        },
        {
            "start": 1262656945,
            "stop": 1262656956
        },
        {
            "start": 1262656958,
            "stop": 1262657260
        },
        {
            "start": 1262657261,
            "stop": 1262657415
        },
        {
            "start": 1262657416,
            "stop": 1262657637
        },
        {
            "start": 1262657638,
            "stop": 1262657665
        },
        {
            "start": 1262657667,
            "stop": 1262657686
        },
        {
            "start": 1262657688,
            "stop": 1262657812
        },
        {
            "start": 1262657815,
            "stop": 1262658474
        },
        {
            "start": 1262658475,
            "stop": 1262658792
        }
    ]
}