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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1074",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1075,
    "results": [
        {
            "start": 873732087,
            "stop": 873733467
        },
        {
            "start": 873733497,
            "stop": 873735507
        },
        {
            "start": 873735653,
            "stop": 873736043
        },
        {
            "start": 873736073,
            "stop": 873736133
        },
        {
            "start": 873736274,
            "stop": 873738914
        },
        {
            "start": 873739208,
            "stop": 873739478
        },
        {
            "start": 873739686,
            "stop": 873739986
        },
        {
            "start": 873740175,
            "stop": 873740475
        },
        {
            "start": 873740656,
            "stop": 873740836
        },
        {
            "start": 873741196,
            "stop": 873741346
        },
        {
            "start": 873741520,
            "stop": 873741760
        },
        {
            "start": 873741899,
            "stop": 873743339
        },
        {
            "start": 873743492,
            "stop": 873743552
        },
        {
            "start": 873743802,
            "stop": 873743862
        },
        {
            "start": 873744154,
            "stop": 873745114
        },
        {
            "start": 873745393,
            "stop": 873745513
        },
        {
            "start": 873746850,
            "stop": 873747090
        },
        {
            "start": 873747589,
            "stop": 873748369
        },
        {
            "start": 873748698,
            "stop": 873749118
        },
        {
            "start": 873749982,
            "stop": 873750162
        }
    ]
}