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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=38",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 39,
    "results": [
        {
            "start": 931787423,
            "stop": 931787743
        },
        {
            "start": 931787761,
            "stop": 931787948
        },
        {
            "start": 931787977,
            "stop": 931788067
        },
        {
            "start": 931788085,
            "stop": 931788113
        },
        {
            "start": 931788131,
            "stop": 931788208
        },
        {
            "start": 931788247,
            "stop": 931788297
        },
        {
            "start": 931788324,
            "stop": 931788351
        },
        {
            "start": 931788369,
            "stop": 931788397
        },
        {
            "start": 931788415,
            "stop": 931788477
        },
        {
            "start": 931788495,
            "stop": 931788551
        },
        {
            "start": 931788611,
            "stop": 931788620
        },
        {
            "start": 931788638,
            "stop": 931789025
        },
        {
            "start": 931789042,
            "stop": 931789078
        },
        {
            "start": 931789103,
            "stop": 931789143
        },
        {
            "start": 931789161,
            "stop": 931789195
        },
        {
            "start": 931789222,
            "stop": 931789260
        },
        {
            "start": 931789291,
            "stop": 931789383
        },
        {
            "start": 931789401,
            "stop": 931789409
        },
        {
            "start": 931789427,
            "stop": 931789592
        },
        {
            "start": 931789611,
            "stop": 931789708
        }
    ]
}