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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=180",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 181,
    "results": [
        {
            "start": 1264372251,
            "stop": 1264372257
        },
        {
            "start": 1264372261,
            "stop": 1264372267
        },
        {
            "start": 1264372268,
            "stop": 1264372269
        },
        {
            "start": 1264372271,
            "stop": 1264372273
        },
        {
            "start": 1264372276,
            "stop": 1264372278
        },
        {
            "start": 1264372283,
            "stop": 1264372299
        },
        {
            "start": 1264372301,
            "stop": 1264372304
        },
        {
            "start": 1264372306,
            "stop": 1264372310
        },
        {
            "start": 1264372312,
            "stop": 1264372317
        },
        {
            "start": 1264372321,
            "stop": 1264372322
        },
        {
            "start": 1264372324,
            "stop": 1264372341
        },
        {
            "start": 1264372342,
            "stop": 1264372373
        },
        {
            "start": 1264372374,
            "stop": 1264372375
        },
        {
            "start": 1264372377,
            "stop": 1264372380
        },
        {
            "start": 1264372381,
            "stop": 1264372386
        },
        {
            "start": 1264372388,
            "stop": 1264372389
        },
        {
            "start": 1264372390,
            "stop": 1264372402
        },
        {
            "start": 1264372403,
            "stop": 1264372408
        },
        {
            "start": 1264372410,
            "stop": 1264372418
        },
        {
            "start": 1264372419,
            "stop": 1264372434
        }
    ]
}