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=422
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=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=421",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 422,
    "results": [
        {
            "start": 821771059,
            "stop": 821771061
        },
        {
            "start": 821771064,
            "stop": 821771068
        },
        {
            "start": 821771072,
            "stop": 821771089
        },
        {
            "start": 821771103,
            "stop": 821771104
        },
        {
            "start": 821771108,
            "stop": 821771131
        },
        {
            "start": 821771134,
            "stop": 821771135
        },
        {
            "start": 821771138,
            "stop": 821771144
        },
        {
            "start": 821771149,
            "stop": 821771152
        },
        {
            "start": 821771156,
            "stop": 821771169
        },
        {
            "start": 821771172,
            "stop": 821771179
        },
        {
            "start": 821771182,
            "stop": 821771190
        },
        {
            "start": 821771193,
            "stop": 821771201
        },
        {
            "start": 821771205,
            "stop": 821771206
        },
        {
            "start": 821771209,
            "stop": 821771214
        },
        {
            "start": 821771227,
            "stop": 821771231
        },
        {
            "start": 821771234,
            "stop": 821771249
        },
        {
            "start": 821771253,
            "stop": 821771256
        },
        {
            "start": 821771259,
            "stop": 821771261
        },
        {
            "start": 821771264,
            "stop": 821771266
        },
        {
            "start": 821771270,
            "stop": 821771280
        }
    ]
}