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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=45",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 46,
    "results": [
        {
            "start": 824147689,
            "stop": 824147941
        },
        {
            "start": 824151404,
            "stop": 824151822
        },
        {
            "start": 824151892,
            "stop": 824152014
        },
        {
            "start": 824176898,
            "stop": 824181044
        },
        {
            "start": 824181570,
            "stop": 824189773
        },
        {
            "start": 824191131,
            "stop": 824198564
        },
        {
            "start": 824199021,
            "stop": 824214545
        },
        {
            "start": 824216069,
            "stop": 824225614
        },
        {
            "start": 824262359,
            "stop": 824265716
        },
        {
            "start": 824267217,
            "stop": 824284320
        },
        {
            "start": 824285474,
            "stop": 824305919
        },
        {
            "start": 824306647,
            "stop": 824312867
        },
        {
            "start": 824324088,
            "stop": 824341567
        },
        {
            "start": 824341823,
            "stop": 824364797
        },
        {
            "start": 824367023,
            "stop": 824370081
        },
        {
            "start": 824370587,
            "stop": 824373132
        },
        {
            "start": 824374546,
            "stop": 824387531
        },
        {
            "start": 824388832,
            "stop": 824390350
        },
        {
            "start": 824391647,
            "stop": 824395712
        },
        {
            "start": 824406662,
            "stop": 824407155
        }
    ]
}