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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=67",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 68,
    "results": [
        {
            "start": 946591862,
            "stop": 946592230
        },
        {
            "start": 946612449,
            "stop": 946629609
        },
        {
            "start": 946630245,
            "stop": 946643263
        },
        {
            "start": 946647752,
            "stop": 946684606
        },
        {
            "start": 946688148,
            "stop": 946690186
        },
        {
            "start": 946692716,
            "stop": 946701731
        },
        {
            "start": 946701799,
            "stop": 946704165
        },
        {
            "start": 946715946,
            "stop": 946716528
        },
        {
            "start": 946717520,
            "stop": 946730099
        },
        {
            "start": 946754304,
            "stop": 946754396
        },
        {
            "start": 946754469,
            "stop": 946759112
        },
        {
            "start": 946761660,
            "stop": 946778006
        },
        {
            "start": 946778035,
            "stop": 946800015
        },
        {
            "start": 946801343,
            "stop": 946803615
        },
        {
            "start": 946804943,
            "stop": 946813943
        },
        {
            "start": 946816928,
            "stop": 946819399
        },
        {
            "start": 946820361,
            "stop": 946825386
        },
        {
            "start": 946830704,
            "stop": 946835757
        },
        {
            "start": 946838660,
            "stop": 946839764
        },
        {
            "start": 946841389,
            "stop": 946850109
        }
    ]
}