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=3158
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=3159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3157",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3158,
    "results": [
        {
            "start": 869233281,
            "stop": 869233730
        },
        {
            "start": 869235596,
            "stop": 869235692
        },
        {
            "start": 869235696,
            "stop": 869236164
        },
        {
            "start": 869236167,
            "stop": 869236285
        },
        {
            "start": 869236288,
            "stop": 869236620
        },
        {
            "start": 869236680,
            "stop": 869237160
        },
        {
            "start": 869237280,
            "stop": 869237384
        },
        {
            "start": 869237565,
            "stop": 869237826
        },
        {
            "start": 869237830,
            "stop": 869238489
        },
        {
            "start": 869238492,
            "stop": 869238720
        },
        {
            "start": 869238780,
            "stop": 869238794
        },
        {
            "start": 869238798,
            "stop": 869240507
        },
        {
            "start": 869240511,
            "stop": 869241240
        },
        {
            "start": 869241300,
            "stop": 869243340
        },
        {
            "start": 869243400,
            "stop": 869243880
        },
        {
            "start": 869244000,
            "stop": 869245620
        },
        {
            "start": 869245680,
            "stop": 869246731
        },
        {
            "start": 869246735,
            "stop": 869254291
        },
        {
            "start": 869254295,
            "stop": 869255610
        },
        {
            "start": 869256044,
            "stop": 869257342
        }
    ]
}