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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 366,
    "results": [
        {
            "start": 1264251140,
            "stop": 1264251146
        },
        {
            "start": 1264251148,
            "stop": 1264251154
        },
        {
            "start": 1264251157,
            "stop": 1264251164
        },
        {
            "start": 1264251166,
            "stop": 1264251200
        },
        {
            "start": 1264251201,
            "stop": 1264251208
        },
        {
            "start": 1264251210,
            "stop": 1264251420
        },
        {
            "start": 1264251422,
            "stop": 1264251427
        },
        {
            "start": 1264251430,
            "stop": 1264251447
        },
        {
            "start": 1264251448,
            "stop": 1264251464
        },
        {
            "start": 1264251465,
            "stop": 1264251614
        },
        {
            "start": 1264251616,
            "stop": 1264251703
        },
        {
            "start": 1264251704,
            "stop": 1264251734
        },
        {
            "start": 1264251735,
            "stop": 1264251736
        },
        {
            "start": 1264251737,
            "stop": 1264251804
        },
        {
            "start": 1264251806,
            "stop": 1264251942
        },
        {
            "start": 1264251943,
            "stop": 1264252084
        },
        {
            "start": 1264252086,
            "stop": 1264252482
        },
        {
            "start": 1264252484,
            "stop": 1264252576
        },
        {
            "start": 1264252578,
            "stop": 1264252598
        },
        {
            "start": 1264252601,
            "stop": 1264252688
        }
    ]
}