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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=192",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 193,
    "results": [
        {
            "start": 931438110,
            "stop": 931438208
        },
        {
            "start": 931438210,
            "stop": 931438227
        },
        {
            "start": 931438229,
            "stop": 931438273
        },
        {
            "start": 931438275,
            "stop": 931438370
        },
        {
            "start": 931438372,
            "stop": 931438436
        },
        {
            "start": 931438438,
            "stop": 931438473
        },
        {
            "start": 931438475,
            "stop": 931438635
        },
        {
            "start": 931438637,
            "stop": 931438676
        },
        {
            "start": 931438678,
            "stop": 931438751
        },
        {
            "start": 931438753,
            "stop": 931438757
        },
        {
            "start": 931438759,
            "stop": 931438781
        },
        {
            "start": 931438783,
            "stop": 931438810
        },
        {
            "start": 931438812,
            "stop": 931439019
        },
        {
            "start": 931439024,
            "stop": 931439063
        },
        {
            "start": 931439065,
            "stop": 931439085
        },
        {
            "start": 931439087,
            "stop": 931439118
        },
        {
            "start": 931439120,
            "stop": 931439215
        },
        {
            "start": 931439217,
            "stop": 931439253
        },
        {
            "start": 931439255,
            "stop": 931439275
        },
        {
            "start": 931439277,
            "stop": 931439320
        }
    ]
}