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=2072
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=2073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2071",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2072,
    "results": [
        {
            "start": 870899477,
            "stop": 870899693
        },
        {
            "start": 870899711,
            "stop": 870903736
        },
        {
            "start": 870903753,
            "stop": 870906973
        },
        {
            "start": 870906990,
            "stop": 870908723
        },
        {
            "start": 870908741,
            "stop": 870909851
        },
        {
            "start": 870909868,
            "stop": 870913720
        },
        {
            "start": 870913739,
            "stop": 870914222
        },
        {
            "start": 870914241,
            "stop": 870914910
        },
        {
            "start": 870914929,
            "stop": 870914934
        },
        {
            "start": 870914951,
            "stop": 870916276
        },
        {
            "start": 870916295,
            "stop": 870916324
        },
        {
            "start": 870916341,
            "stop": 870916398
        },
        {
            "start": 870916429,
            "stop": 870916693
        },
        {
            "start": 870916712,
            "stop": 870916786
        },
        {
            "start": 870916805,
            "stop": 870916854
        },
        {
            "start": 870916871,
            "stop": 870917054
        },
        {
            "start": 870917071,
            "stop": 870917102
        },
        {
            "start": 870917121,
            "stop": 870917206
        },
        {
            "start": 870917225,
            "stop": 870917346
        },
        {
            "start": 870917365,
            "stop": 870917578
        }
    ]
}