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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=178",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 179,
    "results": [
        {
            "start": 839840514,
            "stop": 839847853
        },
        {
            "start": 839847880,
            "stop": 839847881
        },
        {
            "start": 839848259,
            "stop": 839850836
        },
        {
            "start": 839852277,
            "stop": 839853913
        },
        {
            "start": 839870011,
            "stop": 839873766
        },
        {
            "start": 839874596,
            "stop": 839879890
        },
        {
            "start": 839882176,
            "stop": 839884513
        },
        {
            "start": 839884540,
            "stop": 839884541
        },
        {
            "start": 839884592,
            "stop": 839892115
        },
        {
            "start": 839910796,
            "stop": 839919073
        },
        {
            "start": 839919088,
            "stop": 839919090
        },
        {
            "start": 839919606,
            "stop": 839939293
        },
        {
            "start": 839939328,
            "stop": 839939329
        },
        {
            "start": 839940359,
            "stop": 839940613
        },
        {
            "start": 839940619,
            "stop": 839940620
        },
        {
            "start": 839940838,
            "stop": 839949613
        },
        {
            "start": 839949656,
            "stop": 839949657
        },
        {
            "start": 839949882,
            "stop": 839950993
        },
        {
            "start": 839951021,
            "stop": 839951023
        },
        {
            "start": 839951057,
            "stop": 839951233
        }
    ]
}