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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=368",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 369,
    "results": [
        {
            "start": 1264256093,
            "stop": 1264256127
        },
        {
            "start": 1264256129,
            "stop": 1264256175
        },
        {
            "start": 1264256176,
            "stop": 1264256292
        },
        {
            "start": 1264256297,
            "stop": 1264256323
        },
        {
            "start": 1264256325,
            "stop": 1264256351
        },
        {
            "start": 1264256354,
            "stop": 1264256399
        },
        {
            "start": 1264256400,
            "stop": 1264256468
        },
        {
            "start": 1264256470,
            "stop": 1264256625
        },
        {
            "start": 1264256628,
            "stop": 1264256852
        },
        {
            "start": 1264256854,
            "stop": 1264256865
        },
        {
            "start": 1264256867,
            "stop": 1264256931
        },
        {
            "start": 1264256933,
            "stop": 1264257087
        },
        {
            "start": 1264257089,
            "stop": 1264257109
        },
        {
            "start": 1264257110,
            "stop": 1264257125
        },
        {
            "start": 1264257127,
            "stop": 1264257139
        },
        {
            "start": 1264257140,
            "stop": 1264257282
        },
        {
            "start": 1264257283,
            "stop": 1264257548
        },
        {
            "start": 1264257550,
            "stop": 1264257559
        },
        {
            "start": 1264257560,
            "stop": 1264257587
        },
        {
            "start": 1264257589,
            "stop": 1264257599
        }
    ]
}