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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=22",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 23,
    "results": [
        {
            "start": 931163321,
            "stop": 931163325
        },
        {
            "start": 931163334,
            "stop": 931163337
        },
        {
            "start": 931163343,
            "stop": 931163344
        },
        {
            "start": 931163348,
            "stop": 931163351
        },
        {
            "start": 931163373,
            "stop": 931163379
        },
        {
            "start": 931163384,
            "stop": 931163392
        },
        {
            "start": 931163398,
            "stop": 931163399
        },
        {
            "start": 931163405,
            "stop": 931163406
        },
        {
            "start": 931163415,
            "stop": 931163419
        },
        {
            "start": 931163426,
            "stop": 931163428
        },
        {
            "start": 931163431,
            "stop": 931163434
        },
        {
            "start": 931163452,
            "stop": 931163454
        },
        {
            "start": 931163458,
            "stop": 931163460
        },
        {
            "start": 931163475,
            "stop": 931163476
        },
        {
            "start": 931163480,
            "stop": 931163481
        },
        {
            "start": 931163484,
            "stop": 931163489
        },
        {
            "start": 931163512,
            "stop": 931163517
        },
        {
            "start": 931163547,
            "stop": 931163549
        },
        {
            "start": 931163552,
            "stop": 931163554
        },
        {
            "start": 931163559,
            "stop": 931163563
        }
    ]
}