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=2205
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=2206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2204",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2205,
    "results": [
        {
            "start": 872596830,
            "stop": 872596976
        },
        {
            "start": 872596993,
            "stop": 872597010
        },
        {
            "start": 872597029,
            "stop": 872597110
        },
        {
            "start": 872597127,
            "stop": 872597134
        },
        {
            "start": 872597153,
            "stop": 872597172
        },
        {
            "start": 872597189,
            "stop": 872597377
        },
        {
            "start": 872597396,
            "stop": 872597612
        },
        {
            "start": 872597631,
            "stop": 872597730
        },
        {
            "start": 872597747,
            "stop": 872597971
        },
        {
            "start": 872597988,
            "stop": 872598190
        },
        {
            "start": 872598395,
            "stop": 872598556
        },
        {
            "start": 872598590,
            "stop": 872598649
        },
        {
            "start": 872598670,
            "stop": 872599257
        },
        {
            "start": 872599276,
            "stop": 872599398
        },
        {
            "start": 872599416,
            "stop": 872599580
        },
        {
            "start": 872599599,
            "stop": 872600391
        },
        {
            "start": 872600410,
            "stop": 872600494
        },
        {
            "start": 872601956,
            "stop": 872602071
        },
        {
            "start": 872602088,
            "stop": 872602361
        },
        {
            "start": 872602378,
            "stop": 872602450
        }
    ]
}