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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=314",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 315,
    "results": [
        {
            "start": 821208889,
            "stop": 821209446
        },
        {
            "start": 821209846,
            "stop": 821216644
        },
        {
            "start": 821216647,
            "stop": 821216987
        },
        {
            "start": 821217307,
            "stop": 821217313
        },
        {
            "start": 821217713,
            "stop": 821217823
        },
        {
            "start": 821218510,
            "stop": 821219099
        },
        {
            "start": 821219118,
            "stop": 821222093
        },
        {
            "start": 821225176,
            "stop": 821227788
        },
        {
            "start": 821227791,
            "stop": 821231715
        },
        {
            "start": 821231719,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232290
        },
        {
            "start": 821232766,
            "stop": 821232899
        },
        {
            "start": 821232918,
            "stop": 821233002
        },
        {
            "start": 821233021,
            "stop": 821233189
        },
        {
            "start": 821233208,
            "stop": 821233437
        },
        {
            "start": 821233456,
            "stop": 821233505
        },
        {
            "start": 821233524,
            "stop": 821233660
        },
        {
            "start": 821233679,
            "stop": 821233858
        },
        {
            "start": 821233861,
            "stop": 821234204
        },
        {
            "start": 821234223,
            "stop": 821234346
        }
    ]
}