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_CAT2/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=34",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 35,
    "results": [
        {
            "start": 1262652807,
            "stop": 1262652900
        },
        {
            "start": 1262652902,
            "stop": 1262652939
        },
        {
            "start": 1262652941,
            "stop": 1262652998
        },
        {
            "start": 1262652999,
            "stop": 1262653020
        },
        {
            "start": 1262653023,
            "stop": 1262653204
        },
        {
            "start": 1262653854,
            "stop": 1262654603
        },
        {
            "start": 1262654604,
            "stop": 1262654720
        },
        {
            "start": 1262654722,
            "stop": 1262655170
        },
        {
            "start": 1262655173,
            "stop": 1262655451
        },
        {
            "start": 1262655453,
            "stop": 1262655759
        },
        {
            "start": 1262655761,
            "stop": 1262656178
        },
        {
            "start": 1262656180,
            "stop": 1262656272
        },
        {
            "start": 1262656274,
            "stop": 1262656531
        },
        {
            "start": 1262656533,
            "stop": 1262656535
        },
        {
            "start": 1262656538,
            "stop": 1262656541
        },
        {
            "start": 1262656544,
            "stop": 1262656546
        },
        {
            "start": 1262656548,
            "stop": 1262656944
        },
        {
            "start": 1262656945,
            "stop": 1262656956
        },
        {
            "start": 1262656958,
            "stop": 1262657260
        },
        {
            "start": 1262657261,
            "stop": 1262657415
        }
    ]
}