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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=188",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 189,
    "results": [
        {
            "start": 820199219,
            "stop": 820199238
        },
        {
            "start": 820199246,
            "stop": 820199285
        },
        {
            "start": 820199292,
            "stop": 820199293
        },
        {
            "start": 820199304,
            "stop": 820199358
        },
        {
            "start": 820199365,
            "stop": 820199374
        },
        {
            "start": 820199382,
            "stop": 820199402
        },
        {
            "start": 820199417,
            "stop": 820199487
        },
        {
            "start": 820199494,
            "stop": 820199576
        },
        {
            "start": 820199583,
            "stop": 820199585
        },
        {
            "start": 820199592,
            "stop": 820199597
        },
        {
            "start": 820199605,
            "stop": 820199624
        },
        {
            "start": 820199637,
            "stop": 820199652
        },
        {
            "start": 820201584,
            "stop": 820201616
        },
        {
            "start": 820202057,
            "stop": 820202086
        },
        {
            "start": 820202752,
            "stop": 820202754
        },
        {
            "start": 820202761,
            "stop": 820202765
        },
        {
            "start": 820202772,
            "stop": 820202829
        },
        {
            "start": 820202836,
            "stop": 820202841
        },
        {
            "start": 820202848,
            "stop": 820202874
        },
        {
            "start": 820202881,
            "stop": 820202965
        }
    ]
}