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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=118",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 119,
    "results": [
        {
            "start": 962548696,
            "stop": 962548784
        },
        {
            "start": 962554098,
            "stop": 962555239
        },
        {
            "start": 962558740,
            "stop": 962563280
        },
        {
            "start": 962564003,
            "stop": 962564791
        },
        {
            "start": 962565464,
            "stop": 962567112
        },
        {
            "start": 962568759,
            "stop": 962574299
        },
        {
            "start": 962575431,
            "stop": 962575713
        },
        {
            "start": 962577677,
            "stop": 962578759
        },
        {
            "start": 962581013,
            "stop": 962582228
        },
        {
            "start": 962604338,
            "stop": 962622723
        },
        {
            "start": 962623626,
            "stop": 962623927
        },
        {
            "start": 962624809,
            "stop": 962625788
        },
        {
            "start": 962626757,
            "stop": 962630392
        },
        {
            "start": 962633084,
            "stop": 962634957
        },
        {
            "start": 962636174,
            "stop": 962636243
        },
        {
            "start": 962637824,
            "stop": 962643443
        },
        {
            "start": 962644992,
            "stop": 962651807
        },
        {
            "start": 962653899,
            "stop": 962657163
        },
        {
            "start": 962692790,
            "stop": 962709374
        },
        {
            "start": 962710538,
            "stop": 962717251
        }
    ]
}