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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=64",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 65,
    "results": [
        {
            "start": 931590500,
            "stop": 931590503
        },
        {
            "start": 931590510,
            "stop": 931590515
        },
        {
            "start": 931590536,
            "stop": 931590537
        },
        {
            "start": 931590631,
            "stop": 931590632
        },
        {
            "start": 931590658,
            "stop": 931590659
        },
        {
            "start": 931590735,
            "stop": 931590740
        },
        {
            "start": 931590772,
            "stop": 931590775
        },
        {
            "start": 931590812,
            "stop": 931590815
        },
        {
            "start": 931590831,
            "stop": 931590836
        },
        {
            "start": 931590847,
            "stop": 931590851
        },
        {
            "start": 931590864,
            "stop": 931590867
        },
        {
            "start": 931590890,
            "stop": 931590895
        },
        {
            "start": 931590903,
            "stop": 931590908
        },
        {
            "start": 931590919,
            "stop": 931590921
        },
        {
            "start": 931590933,
            "stop": 931590936
        },
        {
            "start": 931590948,
            "stop": 931590949
        },
        {
            "start": 931590956,
            "stop": 931590957
        },
        {
            "start": 931590975,
            "stop": 931590981
        },
        {
            "start": 931590997,
            "stop": 931591004
        },
        {
            "start": 931591039,
            "stop": 931591040
        }
    ]
}