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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=18",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 19,
    "results": [
        {
            "start": 816276043,
            "stop": 816276127
        },
        {
            "start": 816276191,
            "stop": 816276194
        },
        {
            "start": 816276259,
            "stop": 816276260
        },
        {
            "start": 816276420,
            "stop": 816276434
        },
        {
            "start": 816276437,
            "stop": 816276442
        },
        {
            "start": 816288271,
            "stop": 816288317
        },
        {
            "start": 816288337,
            "stop": 816288352
        },
        {
            "start": 816288391,
            "stop": 816288420
        },
        {
            "start": 816303780,
            "stop": 816303785
        },
        {
            "start": 816303990,
            "stop": 816304009
        },
        {
            "start": 816304086,
            "stop": 816304119
        },
        {
            "start": 816304163,
            "stop": 816304242
        },
        {
            "start": 816304272,
            "stop": 816304369
        },
        {
            "start": 816304389,
            "stop": 816304477
        },
        {
            "start": 816304500,
            "stop": 816304506
        },
        {
            "start": 816304611,
            "stop": 816304737
        },
        {
            "start": 816304758,
            "stop": 816304760
        },
        {
            "start": 816304782,
            "stop": 816304925
        },
        {
            "start": 816304957,
            "stop": 816304964
        },
        {
            "start": 816304993,
            "stop": 816305066
        }
    ]
}