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=575
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=576",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=574",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 575,
    "results": [
        {
            "start": 1264919179,
            "stop": 1264919182
        },
        {
            "start": 1264919183,
            "stop": 1264919546
        },
        {
            "start": 1264919547,
            "stop": 1264919561
        },
        {
            "start": 1264919563,
            "stop": 1264919577
        },
        {
            "start": 1264919578,
            "stop": 1264919584
        },
        {
            "start": 1264919585,
            "stop": 1264919587
        },
        {
            "start": 1264919589,
            "stop": 1264919592
        },
        {
            "start": 1264919593,
            "stop": 1264919599
        },
        {
            "start": 1264919601,
            "stop": 1264919602
        },
        {
            "start": 1264919603,
            "stop": 1264919875
        },
        {
            "start": 1264919876,
            "stop": 1264920162
        },
        {
            "start": 1264920163,
            "stop": 1264920193
        },
        {
            "start": 1264920194,
            "stop": 1264920200
        },
        {
            "start": 1264920202,
            "stop": 1264920204
        },
        {
            "start": 1264920205,
            "stop": 1264920206
        },
        {
            "start": 1264920207,
            "stop": 1264920225
        },
        {
            "start": 1264920226,
            "stop": 1264920311
        },
        {
            "start": 1264920312,
            "stop": 1264920475
        },
        {
            "start": 1264920476,
            "stop": 1264920477
        },
        {
            "start": 1264920478,
            "stop": 1264920480
        }
    ]
}