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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=42",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 43,
    "results": [
        {
            "start": 816493058,
            "stop": 816493368
        },
        {
            "start": 816493394,
            "stop": 816495400
        },
        {
            "start": 816495419,
            "stop": 816495799
        },
        {
            "start": 816495820,
            "stop": 816496950
        },
        {
            "start": 816497910,
            "stop": 816498803
        },
        {
            "start": 816498822,
            "stop": 816500293
        },
        {
            "start": 816500337,
            "stop": 816500566
        },
        {
            "start": 816500583,
            "stop": 816500933
        },
        {
            "start": 816500955,
            "stop": 816505323
        },
        {
            "start": 816505342,
            "stop": 816506307
        },
        {
            "start": 816506327,
            "stop": 816506824
        },
        {
            "start": 816506849,
            "stop": 816507684
        },
        {
            "start": 816507707,
            "stop": 816508095
        },
        {
            "start": 816508117,
            "stop": 816508704
        },
        {
            "start": 816508753,
            "stop": 816509550
        },
        {
            "start": 816511470,
            "stop": 816512088
        },
        {
            "start": 816512109,
            "stop": 816512174
        },
        {
            "start": 816512741,
            "stop": 816513024
        },
        {
            "start": 816513092,
            "stop": 816513879
        },
        {
            "start": 816513898,
            "stop": 816514525
        }
    ]
}