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=8986
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=8987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8985",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8986,
    "results": [
        {
            "start": 873836889,
            "stop": 873836966
        },
        {
            "start": 873836992,
            "stop": 873837033
        },
        {
            "start": 873837053,
            "stop": 873837400
        },
        {
            "start": 873837434,
            "stop": 873837619
        },
        {
            "start": 873837640,
            "stop": 873837681
        },
        {
            "start": 873837701,
            "stop": 873838088
        },
        {
            "start": 873838107,
            "stop": 873838261
        },
        {
            "start": 873838289,
            "stop": 873838290
        },
        {
            "start": 873838310,
            "stop": 873838368
        },
        {
            "start": 873838387,
            "stop": 873838418
        },
        {
            "start": 873838438,
            "stop": 873838483
        },
        {
            "start": 873838503,
            "stop": 873838680
        },
        {
            "start": 873838700,
            "stop": 873839115
        },
        {
            "start": 873839150,
            "stop": 873839174
        },
        {
            "start": 873839193,
            "stop": 873839238
        },
        {
            "start": 873839258,
            "stop": 873839318
        },
        {
            "start": 873839345,
            "stop": 873839648
        },
        {
            "start": 873839668,
            "stop": 873839896
        },
        {
            "start": 873839916,
            "stop": 873839998
        },
        {
            "start": 873840017,
            "stop": 873840106
        }
    ]
}