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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=56",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 57,
    "results": [
        {
            "start": 824136133,
            "stop": 824138771
        },
        {
            "start": 824143905,
            "stop": 824147593
        },
        {
            "start": 824147597,
            "stop": 824147599
        },
        {
            "start": 824147689,
            "stop": 824147893
        },
        {
            "start": 824151404,
            "stop": 824151793
        },
        {
            "start": 824151821,
            "stop": 824151822
        },
        {
            "start": 824151892,
            "stop": 824151973
        },
        {
            "start": 824152013,
            "stop": 824152014
        },
        {
            "start": 824176898,
            "stop": 824181044
        },
        {
            "start": 824181570,
            "stop": 824181620
        },
        {
            "start": 824181621,
            "stop": 824189743
        },
        {
            "start": 824191131,
            "stop": 824198564
        },
        {
            "start": 824199021,
            "stop": 824214493
        },
        {
            "start": 824216069,
            "stop": 824225614
        },
        {
            "start": 824262359,
            "stop": 824265716
        },
        {
            "start": 824267217,
            "stop": 824284320
        },
        {
            "start": 824285474,
            "stop": 824305919
        },
        {
            "start": 824306647,
            "stop": 824312833
        },
        {
            "start": 824324088,
            "stop": 824341567
        },
        {
            "start": 824341823,
            "stop": 824364767
        }
    ]
}