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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=161",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 162,
    "results": [
        {
            "start": 844030917,
            "stop": 844034703
        },
        {
            "start": 844034826,
            "stop": 844044231
        },
        {
            "start": 844044670,
            "stop": 844047063
        },
        {
            "start": 844047253,
            "stop": 844066095
        },
        {
            "start": 844067787,
            "stop": 844085360
        },
        {
            "start": 844085670,
            "stop": 844088213
        },
        {
            "start": 844097568,
            "stop": 844097708
        },
        {
            "start": 844097770,
            "stop": 844109934
        },
        {
            "start": 844110137,
            "stop": 844111382
        },
        {
            "start": 844111482,
            "stop": 844114278
        },
        {
            "start": 844117025,
            "stop": 844118772
        },
        {
            "start": 844121490,
            "stop": 844123276
        },
        {
            "start": 844123560,
            "stop": 844127309
        },
        {
            "start": 844128343,
            "stop": 844135784
        },
        {
            "start": 844136560,
            "stop": 844153422
        },
        {
            "start": 844153707,
            "stop": 844154086
        },
        {
            "start": 844154805,
            "stop": 844167992
        },
        {
            "start": 844169329,
            "stop": 844177104
        },
        {
            "start": 844178246,
            "stop": 844183773
        },
        {
            "start": 844186788,
            "stop": 844186789
        }
    ]
}