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=585
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=586",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=584",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 585,
    "results": [
        {
            "start": 1264992786,
            "stop": 1264993157
        },
        {
            "start": 1264993158,
            "stop": 1264993303
        },
        {
            "start": 1264993304,
            "stop": 1264993308
        },
        {
            "start": 1264993309,
            "stop": 1264993312
        },
        {
            "start": 1264993313,
            "stop": 1264993340
        },
        {
            "start": 1264993341,
            "stop": 1264993375
        },
        {
            "start": 1264993378,
            "stop": 1264993380
        },
        {
            "start": 1264993381,
            "stop": 1264993579
        },
        {
            "start": 1264993580,
            "stop": 1264993596
        },
        {
            "start": 1264993598,
            "stop": 1264994413
        },
        {
            "start": 1264994414,
            "stop": 1264994430
        },
        {
            "start": 1264994434,
            "stop": 1264994473
        },
        {
            "start": 1264994474,
            "stop": 1264994481
        },
        {
            "start": 1264994482,
            "stop": 1264994508
        },
        {
            "start": 1264994509,
            "stop": 1264994528
        },
        {
            "start": 1264994529,
            "stop": 1264995677
        },
        {
            "start": 1264995678,
            "stop": 1264997115
        },
        {
            "start": 1264997116,
            "stop": 1264997163
        },
        {
            "start": 1264997166,
            "stop": 1264997167
        },
        {
            "start": 1264997168,
            "stop": 1264997226
        }
    ]
}