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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=138",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 139,
    "results": [
        {
            "start": 834591038,
            "stop": 834591368
        },
        {
            "start": 834591592,
            "stop": 834592806
        },
        {
            "start": 834617524,
            "stop": 834636892
        },
        {
            "start": 834640214,
            "stop": 834650473
        },
        {
            "start": 834652381,
            "stop": 834663694
        },
        {
            "start": 834664450,
            "stop": 834679397
        },
        {
            "start": 834679502,
            "stop": 834691333
        },
        {
            "start": 834698392,
            "stop": 834700093
        },
        {
            "start": 834700112,
            "stop": 834700113
        },
        {
            "start": 834700370,
            "stop": 834737352
        },
        {
            "start": 834738350,
            "stop": 834753176
        },
        {
            "start": 834755123,
            "stop": 834765313
        },
        {
            "start": 834765320,
            "stop": 834765321
        },
        {
            "start": 834765446,
            "stop": 834769270
        },
        {
            "start": 834773319,
            "stop": 834774013
        },
        {
            "start": 834775548,
            "stop": 834776218
        },
        {
            "start": 834777730,
            "stop": 834780253
        },
        {
            "start": 834784007,
            "stop": 834784312
        },
        {
            "start": 834785216,
            "stop": 834790873
        },
        {
            "start": 834790902,
            "stop": 834790903
        }
    ]
}