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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=176",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 177,
    "results": [
        {
            "start": 835731780,
            "stop": 835731782
        },
        {
            "start": 835731954,
            "stop": 835770730
        },
        {
            "start": 835771994,
            "stop": 835804312
        },
        {
            "start": 835805602,
            "stop": 835814404
        },
        {
            "start": 835815913,
            "stop": 835818124
        },
        {
            "start": 835819440,
            "stop": 835848133
        },
        {
            "start": 835849102,
            "stop": 835888386
        },
        {
            "start": 835890751,
            "stop": 835895113
        },
        {
            "start": 835898072,
            "stop": 835902166
        },
        {
            "start": 835902186,
            "stop": 835954317
        },
        {
            "start": 835956185,
            "stop": 835958873
        },
        {
            "start": 835960739,
            "stop": 835961413
        },
        {
            "start": 835962564,
            "stop": 835978753
        },
        {
            "start": 835980371,
            "stop": 835984093
        },
        {
            "start": 835985009,
            "stop": 835988653
        },
        {
            "start": 835988688,
            "stop": 835988690
        },
        {
            "start": 835988797,
            "stop": 835989613
        },
        {
            "start": 835989661,
            "stop": 835989662
        },
        {
            "start": 835989742,
            "stop": 836035060
        },
        {
            "start": 836035064,
            "stop": 836038460
        }
    ]
}