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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=48",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 49,
    "results": [
        {
            "start": 816444803,
            "stop": 816444807
        },
        {
            "start": 816444812,
            "stop": 816444813
        },
        {
            "start": 816444822,
            "stop": 816444910
        },
        {
            "start": 816444913,
            "stop": 816444916
        },
        {
            "start": 816444920,
            "stop": 816444946
        },
        {
            "start": 816444951,
            "stop": 816444958
        },
        {
            "start": 816444964,
            "stop": 816445012
        },
        {
            "start": 816445016,
            "stop": 816445035
        },
        {
            "start": 816445041,
            "stop": 816445044
        },
        {
            "start": 816445049,
            "stop": 816445089
        },
        {
            "start": 816445093,
            "stop": 816445229
        },
        {
            "start": 816445233,
            "stop": 816445236
        },
        {
            "start": 816445242,
            "stop": 816445247
        },
        {
            "start": 816445250,
            "stop": 816445259
        },
        {
            "start": 816445263,
            "stop": 816445350
        },
        {
            "start": 816459130,
            "stop": 816459148
        },
        {
            "start": 816459152,
            "stop": 816459164
        },
        {
            "start": 816459167,
            "stop": 816459242
        },
        {
            "start": 816459245,
            "stop": 816459249
        },
        {
            "start": 816459255,
            "stop": 816459269
        }
    ]
}