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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=36",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 37,
    "results": [
        {
            "start": 822400296,
            "stop": 822402318
        },
        {
            "start": 822402511,
            "stop": 822403582
        },
        {
            "start": 822404159,
            "stop": 822406567
        },
        {
            "start": 822408266,
            "stop": 822417476
        },
        {
            "start": 822434628,
            "stop": 822447402
        },
        {
            "start": 822447443,
            "stop": 822447676
        },
        {
            "start": 822447746,
            "stop": 822459923
        },
        {
            "start": 822460550,
            "stop": 822463136
        },
        {
            "start": 822464187,
            "stop": 822471820
        },
        {
            "start": 822474508,
            "stop": 822481969
        },
        {
            "start": 822482034,
            "stop": 822489177
        },
        {
            "start": 822489453,
            "stop": 822490194
        },
        {
            "start": 822490295,
            "stop": 822498808
        },
        {
            "start": 822509255,
            "stop": 822510654
        },
        {
            "start": 822511572,
            "stop": 822513393
        },
        {
            "start": 822515845,
            "stop": 822520088
        },
        {
            "start": 822521033,
            "stop": 822522669
        },
        {
            "start": 822523260,
            "stop": 822523706
        },
        {
            "start": 822523848,
            "stop": 822524872
        },
        {
            "start": 822527073,
            "stop": 822527090
        }
    ]
}