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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=23",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 24,
    "results": [
        {
            "start": 816752499,
            "stop": 816752672
        },
        {
            "start": 816752674,
            "stop": 816752689
        },
        {
            "start": 816752692,
            "stop": 816752852
        },
        {
            "start": 816757833,
            "stop": 816758048
        },
        {
            "start": 816758051,
            "stop": 816758488
        },
        {
            "start": 816758491,
            "stop": 816758761
        },
        {
            "start": 816758764,
            "stop": 816759013
        },
        {
            "start": 816759016,
            "stop": 816759495
        },
        {
            "start": 816760119,
            "stop": 816761498
        },
        {
            "start": 816761501,
            "stop": 816762557
        },
        {
            "start": 816762560,
            "stop": 816763074
        },
        {
            "start": 816763077,
            "stop": 816763379
        },
        {
            "start": 816763382,
            "stop": 816763416
        },
        {
            "start": 816763419,
            "stop": 816763645
        },
        {
            "start": 816763650,
            "stop": 816763904
        },
        {
            "start": 816763908,
            "stop": 816764022
        },
        {
            "start": 816764025,
            "stop": 816764034
        },
        {
            "start": 816764037,
            "stop": 816764039
        },
        {
            "start": 816764042,
            "stop": 816764095
        },
        {
            "start": 816764098,
            "stop": 816764306
        }
    ]
}