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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 39,
    "results": [
        {
            "start": 1387149169,
            "stop": 1387154047
        },
        {
            "start": 1387154176,
            "stop": 1387178091
        },
        {
            "start": 1387178248,
            "stop": 1387206250
        },
        {
            "start": 1387221730,
            "stop": 1387229887
        },
        {
            "start": 1387251529,
            "stop": 1387278011
        },
        {
            "start": 1387282587,
            "stop": 1387319324
        },
        {
            "start": 1387319431,
            "stop": 1387393296
        },
        {
            "start": 1387395298,
            "stop": 1387442074
        },
        {
            "start": 1387452628,
            "stop": 1387466152
        },
        {
            "start": 1387486091,
            "stop": 1387487358
        },
        {
            "start": 1387487958,
            "stop": 1387489938
        },
        {
            "start": 1387490418,
            "stop": 1387491885
        },
        {
            "start": 1387492601,
            "stop": 1387517421
        },
        {
            "start": 1387526135,
            "stop": 1387549414
        },
        {
            "start": 1387555840,
            "stop": 1387557676
        },
        {
            "start": 1387560815,
            "stop": 1387639341
        },
        {
            "start": 1387640435,
            "stop": 1387640718
        },
        {
            "start": 1387644720,
            "stop": 1387646561
        },
        {
            "start": 1387646682,
            "stop": 1387714568
        },
        {
            "start": 1387774189,
            "stop": 1387790782
        }
    ]
}