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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=135",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 136,
    "results": [
        {
            "start": 819270651,
            "stop": 819272621
        },
        {
            "start": 819272628,
            "stop": 819284499
        },
        {
            "start": 819284506,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819291076
        },
        {
            "start": 819291084,
            "stop": 819292354
        },
        {
            "start": 819292362,
            "stop": 819292370
        },
        {
            "start": 819292377,
            "stop": 819292407
        },
        {
            "start": 819292414,
            "stop": 819295066
        },
        {
            "start": 819295551,
            "stop": 819298484
        },
        {
            "start": 819298492,
            "stop": 819298809
        },
        {
            "start": 819298816,
            "stop": 819299649
        },
        {
            "start": 819299656,
            "stop": 819299748
        },
        {
            "start": 819299900,
            "stop": 819299914
        },
        {
            "start": 819300026,
            "stop": 819300723
        },
        {
            "start": 819300730,
            "stop": 819301574
        },
        {
            "start": 819301581,
            "stop": 819304600
        },
        {
            "start": 819304607,
            "stop": 819304812
        },
        {
            "start": 819304820,
            "stop": 819304835
        },
        {
            "start": 819304842,
            "stop": 819305270
        },
        {
            "start": 819305278,
            "stop": 819305519
        }
    ]
}