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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=2",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 3,
    "results": [
        {
            "start": 815204303,
            "stop": 815204420
        },
        {
            "start": 815204423,
            "stop": 815204470
        },
        {
            "start": 815204475,
            "stop": 815204521
        },
        {
            "start": 815204538,
            "stop": 815204543
        },
        {
            "start": 815204569,
            "stop": 815204669
        },
        {
            "start": 815204673,
            "stop": 815204816
        },
        {
            "start": 815204833,
            "stop": 815205008
        },
        {
            "start": 815205025,
            "stop": 815205105
        },
        {
            "start": 815205109,
            "stop": 815205120
        },
        {
            "start": 815205152,
            "stop": 815205412
        },
        {
            "start": 815205429,
            "stop": 815205584
        },
        {
            "start": 815205601,
            "stop": 815205658
        },
        {
            "start": 815205675,
            "stop": 815205754
        },
        {
            "start": 815205771,
            "stop": 815205795
        },
        {
            "start": 815205799,
            "stop": 815205809
        },
        {
            "start": 815205812,
            "stop": 815205921
        },
        {
            "start": 815205941,
            "stop": 815206005
        },
        {
            "start": 815206022,
            "stop": 815206045
        },
        {
            "start": 815206048,
            "stop": 815206067
        },
        {
            "start": 815206070,
            "stop": 815206088
        }
    ]
}