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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=416",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 417,
    "results": [
        {
            "start": 821769672,
            "stop": 821769681
        },
        {
            "start": 821769684,
            "stop": 821769694
        },
        {
            "start": 821769703,
            "stop": 821769708
        },
        {
            "start": 821769711,
            "stop": 821769714
        },
        {
            "start": 821769718,
            "stop": 821769719
        },
        {
            "start": 821769722,
            "stop": 821769723
        },
        {
            "start": 821769728,
            "stop": 821769729
        },
        {
            "start": 821769732,
            "stop": 821769733
        },
        {
            "start": 821769736,
            "stop": 821769740
        },
        {
            "start": 821769745,
            "stop": 821769748
        },
        {
            "start": 821769751,
            "stop": 821769760
        },
        {
            "start": 821769763,
            "stop": 821769764
        },
        {
            "start": 821769767,
            "stop": 821769771
        },
        {
            "start": 821769777,
            "stop": 821769780
        },
        {
            "start": 821769784,
            "stop": 821769787
        },
        {
            "start": 821769792,
            "stop": 821769798
        },
        {
            "start": 821769802,
            "stop": 821769803
        },
        {
            "start": 821769806,
            "stop": 821769832
        },
        {
            "start": 821769835,
            "stop": 821769846
        },
        {
            "start": 821769849,
            "stop": 821769854
        }
    ]
}