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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9927",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9928,
    "results": [
        {
            "start": 870926260,
            "stop": 870926266
        },
        {
            "start": 870926274,
            "stop": 870926280
        },
        {
            "start": 870926361,
            "stop": 870926414
        },
        {
            "start": 870926421,
            "stop": 870926436
        },
        {
            "start": 870926443,
            "stop": 870926456
        },
        {
            "start": 870926503,
            "stop": 870926595
        },
        {
            "start": 870926632,
            "stop": 870926640
        },
        {
            "start": 870926742,
            "stop": 870926750
        },
        {
            "start": 870926758,
            "stop": 870926764
        },
        {
            "start": 870926779,
            "stop": 870926957
        },
        {
            "start": 870927014,
            "stop": 870927023
        },
        {
            "start": 870927072,
            "stop": 870927085
        },
        {
            "start": 870927121,
            "stop": 870927138
        },
        {
            "start": 870927174,
            "stop": 870927225
        },
        {
            "start": 870927305,
            "stop": 870927307
        },
        {
            "start": 870927328,
            "stop": 870927332
        },
        {
            "start": 870927368,
            "stop": 870927399
        },
        {
            "start": 870927718,
            "stop": 870927721
        },
        {
            "start": 870927879,
            "stop": 870927885
        },
        {
            "start": 870928045,
            "stop": 870928069
        }
    ]
}