Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=371",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 372,
    "results": [
        {
            "start": 821387661,
            "stop": 821388441
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821391207
        },
        {
            "start": 821391327,
            "stop": 821391834
        },
        {
            "start": 821392025,
            "stop": 821393067
        },
        {
            "start": 821393070,
            "stop": 821393192
        },
        {
            "start": 821393195,
            "stop": 821393965
        },
        {
            "start": 821393968,
            "stop": 821394956
        },
        {
            "start": 821394959,
            "stop": 821395421
        },
        {
            "start": 821395541,
            "stop": 821397165
        },
        {
            "start": 821397169,
            "stop": 821397344
        },
        {
            "start": 821397529,
            "stop": 821398881
        },
        {
            "start": 821398884,
            "stop": 821400118
        },
        {
            "start": 821400137,
            "stop": 821400142
        },
        {
            "start": 821400161,
            "stop": 821400410
        },
        {
            "start": 821400429,
            "stop": 821400456
        },
        {
            "start": 821400459,
            "stop": 821400608
        },
        {
            "start": 821400627,
            "stop": 821400675
        },
        {
            "start": 821400676,
            "stop": 821400682
        },
        {
            "start": 821400718,
            "stop": 821400729
        }
    ]
}