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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3067",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3068,
    "results": [
        {
            "start": 865633500,
            "stop": 865633860
        },
        {
            "start": 865633920,
            "stop": 865635991
        },
        {
            "start": 865635994,
            "stop": 865635998
        },
        {
            "start": 865636003,
            "stop": 865641484
        },
        {
            "start": 865641487,
            "stop": 865641720
        },
        {
            "start": 865641840,
            "stop": 865645544
        },
        {
            "start": 865646750,
            "stop": 865647300
        },
        {
            "start": 865647360,
            "stop": 865650360
        },
        {
            "start": 865650420,
            "stop": 865651241
        },
        {
            "start": 865651244,
            "stop": 865651860
        },
        {
            "start": 865651920,
            "stop": 865651955
        },
        {
            "start": 865651958,
            "stop": 865652952
        },
        {
            "start": 865652955,
            "stop": 865652998
        },
        {
            "start": 865653001,
            "stop": 865653201
        },
        {
            "start": 865653204,
            "stop": 865653235
        },
        {
            "start": 865653239,
            "stop": 865653295
        },
        {
            "start": 865653298,
            "stop": 865653810
        },
        {
            "start": 865653813,
            "stop": 865653840
        },
        {
            "start": 865653900,
            "stop": 865654072
        },
        {
            "start": 865654075,
            "stop": 865654080
        }
    ]
}