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_CBCLOW_CAT3/segments?format=api&page=5070
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5069",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5070,
    "results": [
        {
            "start": 873093529,
            "stop": 873094383
        },
        {
            "start": 873094390,
            "stop": 873094748
        },
        {
            "start": 873094765,
            "stop": 873097177
        },
        {
            "start": 873097194,
            "stop": 873097235
        },
        {
            "start": 873097271,
            "stop": 873097576
        },
        {
            "start": 873097612,
            "stop": 873098580
        },
        {
            "start": 873098616,
            "stop": 873098765
        },
        {
            "start": 873098848,
            "stop": 873098879
        },
        {
            "start": 873098915,
            "stop": 873099209
        },
        {
            "start": 873099253,
            "stop": 873099260
        },
        {
            "start": 873099321,
            "stop": 873099326
        },
        {
            "start": 873099362,
            "stop": 873099369
        },
        {
            "start": 873099386,
            "stop": 873099678
        },
        {
            "start": 873099721,
            "stop": 873099845
        },
        {
            "start": 873099882,
            "stop": 873099942
        },
        {
            "start": 873099978,
            "stop": 873100048
        },
        {
            "start": 873100096,
            "stop": 873100289
        },
        {
            "start": 873104139,
            "stop": 873104172
        },
        {
            "start": 873104257,
            "stop": 873104319
        },
        {
            "start": 873104336,
            "stop": 873106312
        }
    ]
}