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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=473",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 474,
    "results": [
        {
            "start": 821788956,
            "stop": 821789000
        },
        {
            "start": 821789003,
            "stop": 821789050
        },
        {
            "start": 821789053,
            "stop": 821789075
        },
        {
            "start": 821789078,
            "stop": 821789140
        },
        {
            "start": 821789143,
            "stop": 821789342
        },
        {
            "start": 821789345,
            "stop": 821789365
        },
        {
            "start": 821789368,
            "stop": 821789437
        },
        {
            "start": 821789440,
            "stop": 821789465
        },
        {
            "start": 821789468,
            "stop": 821789499
        },
        {
            "start": 821789502,
            "stop": 821789505
        },
        {
            "start": 821789508,
            "stop": 821789549
        },
        {
            "start": 821789552,
            "stop": 821789581
        },
        {
            "start": 821789584,
            "stop": 821789602
        },
        {
            "start": 821789605,
            "stop": 821789628
        },
        {
            "start": 821789631,
            "stop": 821789632
        },
        {
            "start": 821789636,
            "stop": 821789639
        },
        {
            "start": 821789646,
            "stop": 821789648
        },
        {
            "start": 821789651,
            "stop": 821789652
        },
        {
            "start": 821789655,
            "stop": 821789664
        },
        {
            "start": 821789667,
            "stop": 821789676
        }
    ]
}