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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=113",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 114,
    "results": [
        {
            "start": 818225182,
            "stop": 818225183
        },
        {
            "start": 818225235,
            "stop": 818225236
        },
        {
            "start": 818225345,
            "stop": 818225347
        },
        {
            "start": 818225734,
            "stop": 818225735
        },
        {
            "start": 818225830,
            "stop": 818225834
        },
        {
            "start": 818225867,
            "stop": 818225869
        },
        {
            "start": 818225894,
            "stop": 818225897
        },
        {
            "start": 818225912,
            "stop": 818225924
        },
        {
            "start": 818226040,
            "stop": 818226044
        },
        {
            "start": 818226123,
            "stop": 818226125
        },
        {
            "start": 818226160,
            "stop": 818226162
        },
        {
            "start": 818229819,
            "stop": 818229824
        },
        {
            "start": 818230176,
            "stop": 818230178
        },
        {
            "start": 818230412,
            "stop": 818230413
        },
        {
            "start": 818230469,
            "stop": 818230471
        },
        {
            "start": 818230768,
            "stop": 818230774
        },
        {
            "start": 818230901,
            "stop": 818230908
        },
        {
            "start": 818230983,
            "stop": 818230984
        },
        {
            "start": 818231094,
            "stop": 818231095
        },
        {
            "start": 818231231,
            "stop": 818231232
        }
    ]
}