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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=110",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 111,
    "results": [
        {
            "start": 818218390,
            "stop": 818218393
        },
        {
            "start": 818218475,
            "stop": 818218477
        },
        {
            "start": 818218697,
            "stop": 818218698
        },
        {
            "start": 818218854,
            "stop": 818218855
        },
        {
            "start": 818218961,
            "stop": 818218963
        },
        {
            "start": 818218999,
            "stop": 818219001
        },
        {
            "start": 818219692,
            "stop": 818219693
        },
        {
            "start": 818219713,
            "stop": 818219718
        },
        {
            "start": 818219906,
            "stop": 818219907
        },
        {
            "start": 818220091,
            "stop": 818220092
        },
        {
            "start": 818220100,
            "stop": 818220102
        },
        {
            "start": 818220117,
            "stop": 818220124
        },
        {
            "start": 818220132,
            "stop": 818220133
        },
        {
            "start": 818220148,
            "stop": 818220149
        },
        {
            "start": 818220159,
            "stop": 818220160
        },
        {
            "start": 818220243,
            "stop": 818220245
        },
        {
            "start": 818220270,
            "stop": 818220272
        },
        {
            "start": 818220441,
            "stop": 818220445
        },
        {
            "start": 818220628,
            "stop": 818220631
        },
        {
            "start": 818220846,
            "stop": 818220847
        }
    ]
}