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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8864",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8865,
    "results": [
        {
            "start": 873072604,
            "stop": 873072605
        },
        {
            "start": 873072640,
            "stop": 873072644
        },
        {
            "start": 873072694,
            "stop": 873072746
        },
        {
            "start": 873072763,
            "stop": 873073404
        },
        {
            "start": 873073423,
            "stop": 873073634
        },
        {
            "start": 873073651,
            "stop": 873073999
        },
        {
            "start": 873074018,
            "stop": 873075760
        },
        {
            "start": 873076096,
            "stop": 873076420
        },
        {
            "start": 873076439,
            "stop": 873077426
        },
        {
            "start": 873077482,
            "stop": 873077541
        },
        {
            "start": 873077560,
            "stop": 873077661
        },
        {
            "start": 873077678,
            "stop": 873079979
        },
        {
            "start": 873079996,
            "stop": 873080288
        },
        {
            "start": 873080305,
            "stop": 873081060
        },
        {
            "start": 873082017,
            "stop": 873082295
        },
        {
            "start": 873082312,
            "stop": 873083014
        },
        {
            "start": 873083031,
            "stop": 873083366
        },
        {
            "start": 873083383,
            "stop": 873083385
        },
        {
            "start": 873083402,
            "stop": 873083465
        },
        {
            "start": 873083482,
            "stop": 873084334
        }
    ]
}