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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=54",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 55,
    "results": [
        {
            "start": 931254445,
            "stop": 931254469
        },
        {
            "start": 931254474,
            "stop": 931254502
        },
        {
            "start": 931254505,
            "stop": 931254543
        },
        {
            "start": 931254546,
            "stop": 931254602
        },
        {
            "start": 931254604,
            "stop": 931254605
        },
        {
            "start": 931254607,
            "stop": 931254629
        },
        {
            "start": 931254631,
            "stop": 931254632
        },
        {
            "start": 931254634,
            "stop": 931254637
        },
        {
            "start": 931254639,
            "stop": 931254650
        },
        {
            "start": 931254659,
            "stop": 931254660
        },
        {
            "start": 931254663,
            "stop": 931254676
        },
        {
            "start": 931254678,
            "stop": 931254682
        },
        {
            "start": 931254684,
            "stop": 931254687
        },
        {
            "start": 931254689,
            "stop": 931254697
        },
        {
            "start": 931254699,
            "stop": 931254705
        },
        {
            "start": 931254708,
            "stop": 931254712
        },
        {
            "start": 931254714,
            "stop": 931254727
        },
        {
            "start": 931254729,
            "stop": 931254730
        },
        {
            "start": 931254732,
            "stop": 931254733
        },
        {
            "start": 931254736,
            "stop": 931254738
        }
    ]
}