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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=79",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 80,
    "results": [
        {
            "start": 932076553,
            "stop": 932076567
        },
        {
            "start": 932076569,
            "stop": 932076594
        },
        {
            "start": 932076595,
            "stop": 932076618
        },
        {
            "start": 932076636,
            "stop": 932076646
        },
        {
            "start": 932076648,
            "stop": 932076654
        },
        {
            "start": 932076655,
            "stop": 932076659
        },
        {
            "start": 932076660,
            "stop": 932076682
        },
        {
            "start": 932076683,
            "stop": 932076713
        },
        {
            "start": 932076714,
            "stop": 932076747
        },
        {
            "start": 932076749,
            "stop": 932076773
        },
        {
            "start": 932076774,
            "stop": 932076801
        },
        {
            "start": 932076803,
            "stop": 932076816
        },
        {
            "start": 932076817,
            "stop": 932076841
        },
        {
            "start": 932076844,
            "stop": 932076856
        },
        {
            "start": 932076857,
            "stop": 932076872
        },
        {
            "start": 932076874,
            "stop": 932076965
        },
        {
            "start": 932076966,
            "stop": 932076981
        },
        {
            "start": 932076984,
            "stop": 932077000
        },
        {
            "start": 932077002,
            "stop": 932077003
        },
        {
            "start": 932077007,
            "stop": 932077020
        }
    ]
}