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=2216
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=2217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2215",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2216,
    "results": [
        {
            "start": 872847442,
            "stop": 872847563
        },
        {
            "start": 872847585,
            "stop": 872847657
        },
        {
            "start": 872847678,
            "stop": 872847825
        },
        {
            "start": 872847844,
            "stop": 872847953
        },
        {
            "start": 872847973,
            "stop": 872848100
        },
        {
            "start": 872848119,
            "stop": 872848593
        },
        {
            "start": 872848612,
            "stop": 872848795
        },
        {
            "start": 872848814,
            "stop": 872855552
        },
        {
            "start": 872855569,
            "stop": 872855570
        },
        {
            "start": 872855587,
            "stop": 872855961
        },
        {
            "start": 872855996,
            "stop": 872856323
        },
        {
            "start": 872856340,
            "stop": 872856437
        },
        {
            "start": 872857504,
            "stop": 872863136
        },
        {
            "start": 872863155,
            "stop": 872867826
        },
        {
            "start": 872868032,
            "stop": 872869455
        },
        {
            "start": 872869472,
            "stop": 872873876
        },
        {
            "start": 872876951,
            "stop": 872876960
        },
        {
            "start": 872877009,
            "stop": 872877021
        },
        {
            "start": 872877038,
            "stop": 872877055
        },
        {
            "start": 872877099,
            "stop": 872877109
        }
    ]
}