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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=50",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 51,
    "results": [
        {
            "start": 816158568,
            "stop": 816158850
        },
        {
            "start": 816158910,
            "stop": 816159103
        },
        {
            "start": 816159106,
            "stop": 816159168
        },
        {
            "start": 816159172,
            "stop": 816159289
        },
        {
            "start": 816159292,
            "stop": 816159382
        },
        {
            "start": 816159385,
            "stop": 816159597
        },
        {
            "start": 816159601,
            "stop": 816159715
        },
        {
            "start": 816159719,
            "stop": 816159868
        },
        {
            "start": 816159871,
            "stop": 816160119
        },
        {
            "start": 816160123,
            "stop": 816160194
        },
        {
            "start": 816160197,
            "stop": 816160766
        },
        {
            "start": 816160769,
            "stop": 816161086
        },
        {
            "start": 816161089,
            "stop": 816161167
        },
        {
            "start": 816161170,
            "stop": 816161183
        },
        {
            "start": 816161186,
            "stop": 816161308
        },
        {
            "start": 816161311,
            "stop": 816161334
        },
        {
            "start": 816161337,
            "stop": 816161568
        },
        {
            "start": 816161571,
            "stop": 816161575
        },
        {
            "start": 816161578,
            "stop": 816161599
        },
        {
            "start": 816161602,
            "stop": 816161656
        }
    ]
}