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_CBC_CAT3/segments?format=api&page=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=334",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 335,
    "results": [
        {
            "start": 1264990618,
            "stop": 1264990623
        },
        {
            "start": 1264990625,
            "stop": 1264990633
        },
        {
            "start": 1264990634,
            "stop": 1264991630
        },
        {
            "start": 1264991631,
            "stop": 1264991788
        },
        {
            "start": 1264991790,
            "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": 1264994473
        },
        {
            "start": 1264994474,
            "stop": 1264994481
        },
        {
            "start": 1264994482,
            "stop": 1264994508
        },
        {
            "start": 1264994509,
            "stop": 1264994528
        },
        {
            "start": 1264994529,
            "stop": 1264995677
        },
        {
            "start": 1264995678,
            "stop": 1264997115
        }
    ]
}