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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9874",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9875,
    "results": [
        {
            "start": 874427593,
            "stop": 874428113
        },
        {
            "start": 874428180,
            "stop": 874428300
        },
        {
            "start": 874428360,
            "stop": 874429800
        },
        {
            "start": 874429920,
            "stop": 874430040
        },
        {
            "start": 874430100,
            "stop": 874430294
        },
        {
            "start": 874430477,
            "stop": 874430898
        },
        {
            "start": 874431018,
            "stop": 874431120
        },
        {
            "start": 874431266,
            "stop": 874431791
        },
        {
            "start": 874431808,
            "stop": 874432701
        },
        {
            "start": 874432718,
            "stop": 874432727
        },
        {
            "start": 874432744,
            "stop": 874432995
        },
        {
            "start": 874433024,
            "stop": 874433094
        },
        {
            "start": 874433111,
            "stop": 874433122
        },
        {
            "start": 874433139,
            "stop": 874433384
        },
        {
            "start": 874433576,
            "stop": 874433686
        },
        {
            "start": 874433836,
            "stop": 874434360
        },
        {
            "start": 874434660,
            "stop": 874435104
        },
        {
            "start": 874435121,
            "stop": 874435500
        },
        {
            "start": 874435560,
            "stop": 874435787
        },
        {
            "start": 874435804,
            "stop": 874436088
        }
    ]
}