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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=170",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 171,
    "results": [
        {
            "start": 865807318,
            "stop": 865808663
        },
        {
            "start": 865809599,
            "stop": 865824199
        },
        {
            "start": 865825373,
            "stop": 865827610
        },
        {
            "start": 865827685,
            "stop": 865829036
        },
        {
            "start": 865829066,
            "stop": 865864234
        },
        {
            "start": 865866711,
            "stop": 865876525
        },
        {
            "start": 865877681,
            "stop": 865885235
        },
        {
            "start": 865886115,
            "stop": 865887816
        },
        {
            "start": 865887911,
            "stop": 865893509
        },
        {
            "start": 865897984,
            "stop": 865949835
        },
        {
            "start": 865950246,
            "stop": 865957875
        },
        {
            "start": 865958043,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032224
        },
        {
            "start": 866032695,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866087272
        },
        {
            "start": 866087548,
            "stop": 866129705
        },
        {
            "start": 866130008,
            "stop": 866134912
        }
    ]
}