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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=14",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 15,
    "results": [
        {
            "start": 931114380,
            "stop": 931114381
        },
        {
            "start": 931114395,
            "stop": 931114397
        },
        {
            "start": 931114399,
            "stop": 931114407
        },
        {
            "start": 931114409,
            "stop": 931114411
        },
        {
            "start": 931114534,
            "stop": 931114536
        },
        {
            "start": 931114540,
            "stop": 931114541
        },
        {
            "start": 931114545,
            "stop": 931114546
        },
        {
            "start": 931114549,
            "stop": 931114551
        },
        {
            "start": 931114557,
            "stop": 931114558
        },
        {
            "start": 931114567,
            "stop": 931114575
        },
        {
            "start": 931114577,
            "stop": 931114587
        },
        {
            "start": 931114590,
            "stop": 931114593
        },
        {
            "start": 931114596,
            "stop": 931114598
        },
        {
            "start": 931114604,
            "stop": 931114606
        },
        {
            "start": 931114612,
            "stop": 931114613
        },
        {
            "start": 931114615,
            "stop": 931114625
        },
        {
            "start": 931114635,
            "stop": 931114636
        },
        {
            "start": 931114638,
            "stop": 931114642
        },
        {
            "start": 931114646,
            "stop": 931114651
        },
        {
            "start": 931114653,
            "stop": 931114658
        }
    ]
}