Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 2,
    "results": [
        {
            "start": 1256827739,
            "stop": 1256835798
        },
        {
            "start": 1256838093,
            "stop": 1256838252
        },
        {
            "start": 1256838369,
            "stop": 1256838835
        },
        {
            "start": 1256874558,
            "stop": 1256890940
        },
        {
            "start": 1256891012,
            "stop": 1256903452
        },
        {
            "start": 1256903719,
            "stop": 1256910776
        },
        {
            "start": 1256915116,
            "stop": 1256916066
        },
        {
            "start": 1256918388,
            "stop": 1256920060
        },
        {
            "start": 1256920132,
            "stop": 1256920380
        },
        {
            "start": 1256920452,
            "stop": 1256923518
        },
        {
            "start": 1256958170,
            "stop": 1256959868
        },
        {
            "start": 1256965469,
            "stop": 1256967668
        },
        {
            "start": 1256971138,
            "stop": 1256971868
        },
        {
            "start": 1256971869,
            "stop": 1256973055
        },
        {
            "start": 1256975290,
            "stop": 1256976404
        },
        {
            "start": 1256976405,
            "stop": 1256977603
        },
        {
            "start": 1256983637,
            "stop": 1257001290
        },
        {
            "start": 1257022015,
            "stop": 1257022063
        },
        {
            "start": 1257023096,
            "stop": 1257024772
        },
        {
            "start": 1257026995,
            "stop": 1257036434
        }
    ]
}