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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=92",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 93,
    "results": [
        {
            "start": 955647999,
            "stop": 955695522
        },
        {
            "start": 955695898,
            "stop": 955699923
        },
        {
            "start": 955700118,
            "stop": 955700584
        },
        {
            "start": 955701198,
            "stop": 955705058
        },
        {
            "start": 955705885,
            "stop": 955706288
        },
        {
            "start": 955706709,
            "stop": 955711443
        },
        {
            "start": 955716397,
            "stop": 955730131
        },
        {
            "start": 955732817,
            "stop": 955740055
        },
        {
            "start": 955742330,
            "stop": 955752523
        },
        {
            "start": 955753817,
            "stop": 955765746
        },
        {
            "start": 955775515,
            "stop": 955798873
        },
        {
            "start": 955800539,
            "stop": 955801540
        },
        {
            "start": 955823113,
            "stop": 955827017
        },
        {
            "start": 955828214,
            "stop": 955833343
        },
        {
            "start": 955833661,
            "stop": 955833993
        },
        {
            "start": 955834632,
            "stop": 955838448
        },
        {
            "start": 955840718,
            "stop": 955883033
        },
        {
            "start": 955886574,
            "stop": 955888188
        },
        {
            "start": 955889081,
            "stop": 955909466
        },
        {
            "start": 955909865,
            "stop": 955918972
        }
    ]
}