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=8975
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=8976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8974",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8975,
    "results": [
        {
            "start": 873812859,
            "stop": 873813071
        },
        {
            "start": 873813109,
            "stop": 873813120
        },
        {
            "start": 873813154,
            "stop": 873813193
        },
        {
            "start": 873813243,
            "stop": 873813285
        },
        {
            "start": 873813304,
            "stop": 873813319
        },
        {
            "start": 873813344,
            "stop": 873813360
        },
        {
            "start": 873813438,
            "stop": 873813512
        },
        {
            "start": 873813532,
            "stop": 873813609
        },
        {
            "start": 873813628,
            "stop": 873813721
        },
        {
            "start": 873813740,
            "stop": 873813858
        },
        {
            "start": 873813875,
            "stop": 873813891
        },
        {
            "start": 873813911,
            "stop": 873813925
        },
        {
            "start": 873813944,
            "stop": 873813951
        },
        {
            "start": 873813971,
            "stop": 873813992
        },
        {
            "start": 873814052,
            "stop": 873814123
        },
        {
            "start": 873814142,
            "stop": 873814145
        },
        {
            "start": 873814174,
            "stop": 873814176
        },
        {
            "start": 873814198,
            "stop": 873814210
        },
        {
            "start": 873814250,
            "stop": 873814276
        },
        {
            "start": 873814311,
            "stop": 873814334
        }
    ]
}