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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=174",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 175,
    "results": [
        {
            "start": 821650903,
            "stop": 821650907
        },
        {
            "start": 821650913,
            "stop": 821650920
        },
        {
            "start": 821650923,
            "stop": 821650932
        },
        {
            "start": 821650935,
            "stop": 821650941
        },
        {
            "start": 821650944,
            "stop": 821650955
        },
        {
            "start": 821650958,
            "stop": 821650979
        },
        {
            "start": 821650982,
            "stop": 821650990
        },
        {
            "start": 821650993,
            "stop": 821650998
        },
        {
            "start": 821651005,
            "stop": 821651006
        },
        {
            "start": 821651009,
            "stop": 821651023
        },
        {
            "start": 821651026,
            "stop": 821651046
        },
        {
            "start": 821651049,
            "stop": 821651093
        },
        {
            "start": 821651096,
            "stop": 821651105
        },
        {
            "start": 821651108,
            "stop": 821651159
        },
        {
            "start": 821651162,
            "stop": 821651164
        },
        {
            "start": 821651167,
            "stop": 821651184
        },
        {
            "start": 821651187,
            "stop": 821651197
        },
        {
            "start": 821651200,
            "stop": 821651212
        },
        {
            "start": 821651215,
            "stop": 821651217
        },
        {
            "start": 821651220,
            "stop": 821651230
        }
    ]
}