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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=164",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 165,
    "results": [
        {
            "start": 821641710,
            "stop": 821641713
        },
        {
            "start": 821641716,
            "stop": 821641722
        },
        {
            "start": 821641728,
            "stop": 821641737
        },
        {
            "start": 821641740,
            "stop": 821641742
        },
        {
            "start": 821641745,
            "stop": 821641754
        },
        {
            "start": 821641757,
            "stop": 821641763
        },
        {
            "start": 821641766,
            "stop": 821641773
        },
        {
            "start": 821641776,
            "stop": 821641792
        },
        {
            "start": 821641795,
            "stop": 821641801
        },
        {
            "start": 821641806,
            "stop": 821641839
        },
        {
            "start": 821641842,
            "stop": 821641851
        },
        {
            "start": 821641857,
            "stop": 821641885
        },
        {
            "start": 821641888,
            "stop": 821641900
        },
        {
            "start": 821641903,
            "stop": 821641913
        },
        {
            "start": 821641916,
            "stop": 821641919
        },
        {
            "start": 821641922,
            "stop": 821641925
        },
        {
            "start": 821641929,
            "stop": 821641954
        },
        {
            "start": 821641960,
            "stop": 821641961
        },
        {
            "start": 821641965,
            "stop": 821641967
        },
        {
            "start": 821641970,
            "stop": 821641981
        }
    ]
}