Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=31",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 32,
    "results": [
        {
            "start": 816459320,
            "stop": 816459488
        },
        {
            "start": 816459510,
            "stop": 816459708
        },
        {
            "start": 816459729,
            "stop": 816459773
        },
        {
            "start": 816459796,
            "stop": 816459797
        },
        {
            "start": 816459834,
            "stop": 816459837
        },
        {
            "start": 816459877,
            "stop": 816459936
        },
        {
            "start": 816459956,
            "stop": 816460002
        },
        {
            "start": 816460040,
            "stop": 816460048
        },
        {
            "start": 816460086,
            "stop": 816460134
        },
        {
            "start": 816460155,
            "stop": 816460163
        },
        {
            "start": 816460184,
            "stop": 816460251
        },
        {
            "start": 816460271,
            "stop": 816460288
        },
        {
            "start": 816460316,
            "stop": 816460382
        },
        {
            "start": 816460403,
            "stop": 816460487
        },
        {
            "start": 816460509,
            "stop": 816460540
        },
        {
            "start": 816460559,
            "stop": 816460627
        },
        {
            "start": 816460675,
            "stop": 816460680
        },
        {
            "start": 816460795,
            "stop": 816460812
        },
        {
            "start": 816460850,
            "stop": 816460875
        },
        {
            "start": 816460992,
            "stop": 816461018
        }
    ]
}