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=8925
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=8926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8924",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8925,
    "results": [
        {
            "start": 873481631,
            "stop": 873481638
        },
        {
            "start": 873481659,
            "stop": 873481905
        },
        {
            "start": 873482147,
            "stop": 873482155
        },
        {
            "start": 873482520,
            "stop": 873482588
        },
        {
            "start": 873482611,
            "stop": 873482654
        },
        {
            "start": 873482674,
            "stop": 873483070
        },
        {
            "start": 873483087,
            "stop": 873483095
        },
        {
            "start": 873483115,
            "stop": 873483195
        },
        {
            "start": 873483217,
            "stop": 873483230
        },
        {
            "start": 873483262,
            "stop": 873483266
        },
        {
            "start": 873483288,
            "stop": 873483312
        },
        {
            "start": 873483347,
            "stop": 873483402
        },
        {
            "start": 873483426,
            "stop": 873483549
        },
        {
            "start": 873483569,
            "stop": 873484004
        },
        {
            "start": 873484023,
            "stop": 873484101
        },
        {
            "start": 873484138,
            "stop": 873484179
        },
        {
            "start": 873484200,
            "stop": 873484341
        },
        {
            "start": 873484361,
            "stop": 873484414
        },
        {
            "start": 873484433,
            "stop": 873484923
        },
        {
            "start": 873484942,
            "stop": 873484967
        }
    ]
}