Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8911
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8910",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8911,
    "results": [
        {
            "start": 873397489,
            "stop": 873397527
        },
        {
            "start": 873397578,
            "stop": 873397586
        },
        {
            "start": 873397606,
            "stop": 873397641
        },
        {
            "start": 873397664,
            "stop": 873397672
        },
        {
            "start": 873397727,
            "stop": 873397745
        },
        {
            "start": 873397764,
            "stop": 873397769
        },
        {
            "start": 873397788,
            "stop": 873397789
        },
        {
            "start": 873397826,
            "stop": 873397915
        },
        {
            "start": 873397935,
            "stop": 873398025
        },
        {
            "start": 873398045,
            "stop": 873398128
        },
        {
            "start": 873398172,
            "stop": 873398193
        },
        {
            "start": 873398212,
            "stop": 873398225
        },
        {
            "start": 873398403,
            "stop": 873398694
        },
        {
            "start": 873398713,
            "stop": 873398737
        },
        {
            "start": 873398756,
            "stop": 873398793
        },
        {
            "start": 873398812,
            "stop": 873398906
        },
        {
            "start": 873398925,
            "stop": 873399377
        },
        {
            "start": 873399396,
            "stop": 873399450
        },
        {
            "start": 873399485,
            "stop": 873399540
        },
        {
            "start": 873399559,
            "stop": 873399564
        }
    ]
}