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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1378",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1379,
    "results": [
        {
            "start": 968611457,
            "stop": 968614555
        },
        {
            "start": 968617898,
            "stop": 968634910
        },
        {
            "start": 968638548,
            "stop": 968644632
        },
        {
            "start": 968646025,
            "stop": 968654920
        },
        {
            "start": 968654921,
            "stop": 968668378
        },
        {
            "start": 968668379,
            "stop": 968675372
        },
        {
            "start": 968676835,
            "stop": 968679427
        },
        {
            "start": 968680215,
            "stop": 968680284
        },
        {
            "start": 968680285,
            "stop": 968686788
        },
        {
            "start": 968688905,
            "stop": 968691824
        },
        {
            "start": 968693321,
            "stop": 968694092
        },
        {
            "start": 968694718,
            "stop": 968699798
        },
        {
            "start": 968701111,
            "stop": 968702487
        },
        {
            "start": 968702488,
            "stop": 968713996
        },
        {
            "start": 968714886,
            "stop": 968715367
        },
        {
            "start": 968715369,
            "stop": 968715646
        },
        {
            "start": 968715648,
            "stop": 968717144
        },
        {
            "start": 968718555,
            "stop": 968718582
        },
        {
            "start": 968718602,
            "stop": 968719217
        },
        {
            "start": 968719218,
            "stop": 968720547
        }
    ]
}