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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=163",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 164,
    "results": [
        {
            "start": 818081019,
            "stop": 818081022
        },
        {
            "start": 818081030,
            "stop": 818081036
        },
        {
            "start": 818081044,
            "stop": 818081045
        },
        {
            "start": 818081052,
            "stop": 818081055
        },
        {
            "start": 818081098,
            "stop": 818081100
        },
        {
            "start": 818081113,
            "stop": 818081117
        },
        {
            "start": 818081135,
            "stop": 818081138
        },
        {
            "start": 818081145,
            "stop": 818081150
        },
        {
            "start": 818081153,
            "stop": 818081154
        },
        {
            "start": 818081165,
            "stop": 818081166
        },
        {
            "start": 818081169,
            "stop": 818081171
        },
        {
            "start": 818081174,
            "stop": 818081175
        },
        {
            "start": 818081181,
            "stop": 818081182
        },
        {
            "start": 818081185,
            "stop": 818081193
        },
        {
            "start": 818081198,
            "stop": 818081200
        },
        {
            "start": 818081209,
            "stop": 818081211
        },
        {
            "start": 818081225,
            "stop": 818081227
        },
        {
            "start": 818081235,
            "stop": 818081238
        },
        {
            "start": 818081244,
            "stop": 818081246
        },
        {
            "start": 818081271,
            "stop": 818081275
        }
    ]
}