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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=78",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 79,
    "results": [
        {
            "start": 818969936,
            "stop": 818971270
        },
        {
            "start": 818971376,
            "stop": 818972023
        },
        {
            "start": 818972204,
            "stop": 818977123
        },
        {
            "start": 818977304,
            "stop": 818987323
        },
        {
            "start": 818987504,
            "stop": 819002197
        },
        {
            "start": 819002203,
            "stop": 819027629
        },
        {
            "start": 819027633,
            "stop": 819028033
        },
        {
            "start": 819033769,
            "stop": 819035367
        },
        {
            "start": 819037255,
            "stop": 819037407
        },
        {
            "start": 819037732,
            "stop": 819037736
        },
        {
            "start": 819038049,
            "stop": 819040123
        },
        {
            "start": 819040304,
            "stop": 819042913
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049993
        },
        {
            "start": 819052128,
            "stop": 819055140
        },
        {
            "start": 819055148,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819057913
        },
        {
            "start": 819059272,
            "stop": 819060193
        },
        {
            "start": 819060220,
            "stop": 819060221
        },
        {
            "start": 819061326,
            "stop": 819061873
        }
    ]
}