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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=213",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 214,
    "results": [
        {
            "start": 821056194,
            "stop": 821066891
        },
        {
            "start": 821066998,
            "stop": 821089174
        },
        {
            "start": 821089179,
            "stop": 821089187
        },
        {
            "start": 821089194,
            "stop": 821089273
        },
        {
            "start": 821089286,
            "stop": 821089351
        },
        {
            "start": 821089370,
            "stop": 821089426
        },
        {
            "start": 821089432,
            "stop": 821089449
        },
        {
            "start": 821089455,
            "stop": 821089501
        },
        {
            "start": 821089507,
            "stop": 821089516
        },
        {
            "start": 821090536,
            "stop": 821093587
        },
        {
            "start": 821093594,
            "stop": 821106423
        },
        {
            "start": 821107284,
            "stop": 821107605
        },
        {
            "start": 821107618,
            "stop": 821107631
        },
        {
            "start": 821107637,
            "stop": 821107689
        },
        {
            "start": 821107704,
            "stop": 821107712
        },
        {
            "start": 821107720,
            "stop": 821107775
        },
        {
            "start": 821107786,
            "stop": 821107975
        },
        {
            "start": 821107981,
            "stop": 821108062
        },
        {
            "start": 821108068,
            "stop": 821108221
        },
        {
            "start": 821108226,
            "stop": 821108438
        }
    ]
}