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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=131",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 132,
    "results": [
        {
            "start": 825942898,
            "stop": 825942899
        },
        {
            "start": 825942901,
            "stop": 825942907
        },
        {
            "start": 825942910,
            "stop": 825942912
        },
        {
            "start": 825942922,
            "stop": 825942925
        },
        {
            "start": 825942929,
            "stop": 825942933
        },
        {
            "start": 825942936,
            "stop": 825942938
        },
        {
            "start": 825942942,
            "stop": 825942945
        },
        {
            "start": 825942951,
            "stop": 825942952
        },
        {
            "start": 825942954,
            "stop": 825942958
        },
        {
            "start": 825942960,
            "stop": 825942966
        },
        {
            "start": 825942968,
            "stop": 825942969
        },
        {
            "start": 825942970,
            "stop": 825942972
        },
        {
            "start": 825942977,
            "stop": 825942978
        },
        {
            "start": 825942980,
            "stop": 825942981
        },
        {
            "start": 825942987,
            "stop": 825942989
        },
        {
            "start": 825942994,
            "stop": 825942995
        },
        {
            "start": 825943004,
            "stop": 825943005
        },
        {
            "start": 825943007,
            "stop": 825943009
        },
        {
            "start": 825943011,
            "stop": 825943012
        },
        {
            "start": 825943017,
            "stop": 825943021
        }
    ]
}