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=9903
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=9904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9902",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9903,
    "results": [
        {
            "start": 870892200,
            "stop": 870892202
        },
        {
            "start": 870892213,
            "stop": 870892223
        },
        {
            "start": 870892230,
            "stop": 870892246
        },
        {
            "start": 870892255,
            "stop": 870892289
        },
        {
            "start": 870892339,
            "stop": 870892343
        },
        {
            "start": 870892400,
            "stop": 870892426
        },
        {
            "start": 870895420,
            "stop": 870895437
        },
        {
            "start": 870895602,
            "stop": 870895635
        },
        {
            "start": 870895643,
            "stop": 870895663
        },
        {
            "start": 870895698,
            "stop": 870895713
        },
        {
            "start": 870895734,
            "stop": 870895790
        },
        {
            "start": 870895872,
            "stop": 870895879
        },
        {
            "start": 870895887,
            "stop": 870895908
        },
        {
            "start": 870895916,
            "stop": 870895920
        },
        {
            "start": 870895980,
            "stop": 870895994
        },
        {
            "start": 870896003,
            "stop": 870896019
        },
        {
            "start": 870896034,
            "stop": 870896035
        },
        {
            "start": 870896100,
            "stop": 870896109
        },
        {
            "start": 870896117,
            "stop": 870896133
        },
        {
            "start": 870896144,
            "stop": 870896150
        }
    ]
}