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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=237",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 238,
    "results": [
        {
            "start": 818221025,
            "stop": 818221029
        },
        {
            "start": 818221033,
            "stop": 818221035
        },
        {
            "start": 818221044,
            "stop": 818221045
        },
        {
            "start": 818221054,
            "stop": 818221055
        },
        {
            "start": 818221059,
            "stop": 818221060
        },
        {
            "start": 818221064,
            "stop": 818221068
        },
        {
            "start": 818221085,
            "stop": 818221086
        },
        {
            "start": 818221104,
            "stop": 818221107
        },
        {
            "start": 818221119,
            "stop": 818221120
        },
        {
            "start": 818221123,
            "stop": 818221125
        },
        {
            "start": 818221133,
            "stop": 818221136
        },
        {
            "start": 818221140,
            "stop": 818221141
        },
        {
            "start": 818221144,
            "stop": 818221145
        },
        {
            "start": 818221156,
            "stop": 818221159
        },
        {
            "start": 818221165,
            "stop": 818221166
        },
        {
            "start": 818221171,
            "stop": 818221172
        },
        {
            "start": 818221192,
            "stop": 818221193
        },
        {
            "start": 818221205,
            "stop": 818221207
        },
        {
            "start": 818221222,
            "stop": 818221223
        },
        {
            "start": 818221228,
            "stop": 818221231
        }
    ]
}