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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=160",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 161,
    "results": [
        {
            "start": 821539084,
            "stop": 821539085
        },
        {
            "start": 821539088,
            "stop": 821539105
        },
        {
            "start": 821539108,
            "stop": 821539126
        },
        {
            "start": 821539132,
            "stop": 821539145
        },
        {
            "start": 821539152,
            "stop": 821539158
        },
        {
            "start": 821539161,
            "stop": 821539191
        },
        {
            "start": 821539194,
            "stop": 821539198
        },
        {
            "start": 821539203,
            "stop": 821539215
        },
        {
            "start": 821539220,
            "stop": 821539227
        },
        {
            "start": 821539230,
            "stop": 821539258
        },
        {
            "start": 821539264,
            "stop": 821539337
        },
        {
            "start": 821539340,
            "stop": 821539342
        },
        {
            "start": 821539345,
            "stop": 821539368
        },
        {
            "start": 821539371,
            "stop": 821539410
        },
        {
            "start": 821539416,
            "stop": 821539426
        },
        {
            "start": 821539429,
            "stop": 821539452
        },
        {
            "start": 821539455,
            "stop": 821539471
        },
        {
            "start": 821539475,
            "stop": 821539488
        },
        {
            "start": 821539491,
            "stop": 821539510
        },
        {
            "start": 821539513,
            "stop": 821539600
        }
    ]
}