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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=128",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 129,
    "results": [
        {
            "start": 964655197,
            "stop": 964667486
        },
        {
            "start": 964668417,
            "stop": 964670958
        },
        {
            "start": 964672000,
            "stop": 964673539
        },
        {
            "start": 964673555,
            "stop": 964680686
        },
        {
            "start": 964681456,
            "stop": 964706505
        },
        {
            "start": 964706997,
            "stop": 964710172
        },
        {
            "start": 964710968,
            "stop": 964726537
        },
        {
            "start": 964728589,
            "stop": 964742062
        },
        {
            "start": 964743463,
            "stop": 964758774
        },
        {
            "start": 964761131,
            "stop": 964782214
        },
        {
            "start": 964786145,
            "stop": 964790006
        },
        {
            "start": 964790835,
            "stop": 964791534
        },
        {
            "start": 964792305,
            "stop": 964797199
        },
        {
            "start": 964801347,
            "stop": 964801455
        },
        {
            "start": 964801552,
            "stop": 964811045
        },
        {
            "start": 964813152,
            "stop": 964815455
        },
        {
            "start": 964818291,
            "stop": 964819469
        },
        {
            "start": 964819549,
            "stop": 964822207
        },
        {
            "start": 964822247,
            "stop": 964831988
        },
        {
            "start": 964832034,
            "stop": 964836134
        }
    ]
}