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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=138",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 139,
    "results": [
        {
            "start": 821523631,
            "stop": 821523739
        },
        {
            "start": 821523742,
            "stop": 821523749
        },
        {
            "start": 821523752,
            "stop": 821523828
        },
        {
            "start": 821523831,
            "stop": 821523866
        },
        {
            "start": 821523869,
            "stop": 821523899
        },
        {
            "start": 821523902,
            "stop": 821523963
        },
        {
            "start": 821523966,
            "stop": 821524005
        },
        {
            "start": 821524008,
            "stop": 821524038
        },
        {
            "start": 821524041,
            "stop": 821524093
        },
        {
            "start": 821524096,
            "stop": 821524146
        },
        {
            "start": 821524149,
            "stop": 821524174
        },
        {
            "start": 821524177,
            "stop": 821524180
        },
        {
            "start": 821524183,
            "stop": 821524200
        },
        {
            "start": 821524203,
            "stop": 821524224
        },
        {
            "start": 821524227,
            "stop": 821524241
        },
        {
            "start": 821524244,
            "stop": 821524264
        },
        {
            "start": 821524270,
            "stop": 821524317
        },
        {
            "start": 821524322,
            "stop": 821524324
        },
        {
            "start": 821524330,
            "stop": 821524332
        },
        {
            "start": 821524335,
            "stop": 821524340
        }
    ]
}