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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=137",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 138,
    "results": [
        {
            "start": 839764236,
            "stop": 839766696
        },
        {
            "start": 839777616,
            "stop": 839779558
        },
        {
            "start": 839779672,
            "stop": 839780601
        },
        {
            "start": 839781565,
            "stop": 839781616
        },
        {
            "start": 839781709,
            "stop": 839791337
        },
        {
            "start": 839791407,
            "stop": 839791594
        },
        {
            "start": 839792401,
            "stop": 839792596
        },
        {
            "start": 839793535,
            "stop": 839794204
        },
        {
            "start": 839795122,
            "stop": 839796603
        },
        {
            "start": 839796649,
            "stop": 839796825
        },
        {
            "start": 839797490,
            "stop": 839797606
        },
        {
            "start": 839798693,
            "stop": 839832311
        },
        {
            "start": 839833472,
            "stop": 839840239
        },
        {
            "start": 839840514,
            "stop": 839847881
        },
        {
            "start": 839848259,
            "stop": 839850866
        },
        {
            "start": 839852277,
            "stop": 839853943
        },
        {
            "start": 839870011,
            "stop": 839873794
        },
        {
            "start": 839874596,
            "stop": 839879911
        },
        {
            "start": 839882176,
            "stop": 839884541
        },
        {
            "start": 839884592,
            "stop": 839892115
        }
    ]
}