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=9101
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=9102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9100",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9101,
    "results": [
        {
            "start": 874760906,
            "stop": 874760922
        },
        {
            "start": 874760942,
            "stop": 874760981
        },
        {
            "start": 874761002,
            "stop": 874761207
        },
        {
            "start": 874761227,
            "stop": 874761267
        },
        {
            "start": 874761287,
            "stop": 874761330
        },
        {
            "start": 874795340,
            "stop": 874795459
        },
        {
            "start": 874795478,
            "stop": 874795540
        },
        {
            "start": 874795559,
            "stop": 874795623
        },
        {
            "start": 874795643,
            "stop": 874795659
        },
        {
            "start": 874795678,
            "stop": 874795819
        },
        {
            "start": 874795836,
            "stop": 874795925
        },
        {
            "start": 874795942,
            "stop": 874795975
        },
        {
            "start": 874795994,
            "stop": 874796078
        },
        {
            "start": 874796097,
            "stop": 874796333
        },
        {
            "start": 874796350,
            "stop": 874796460
        },
        {
            "start": 874796480,
            "stop": 874796528
        },
        {
            "start": 874796551,
            "stop": 874796665
        },
        {
            "start": 874796699,
            "stop": 874796948
        },
        {
            "start": 874796968,
            "stop": 874797143
        },
        {
            "start": 874797167,
            "stop": 874797251
        }
    ]
}