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=2111
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=2112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2110",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2111,
    "results": [
        {
            "start": 872003328,
            "stop": 872005942
        },
        {
            "start": 872009470,
            "stop": 872009472
        },
        {
            "start": 872009494,
            "stop": 872009503
        },
        {
            "start": 872009525,
            "stop": 872009535
        },
        {
            "start": 872009573,
            "stop": 872009576
        },
        {
            "start": 872009593,
            "stop": 872009612
        },
        {
            "start": 872009629,
            "stop": 872009649
        },
        {
            "start": 872009699,
            "stop": 872009733
        },
        {
            "start": 872009752,
            "stop": 872009761
        },
        {
            "start": 872009779,
            "stop": 872009781
        },
        {
            "start": 872009800,
            "stop": 872009801
        },
        {
            "start": 872009819,
            "stop": 872010871
        },
        {
            "start": 872010889,
            "stop": 872018132
        },
        {
            "start": 872018910,
            "stop": 872018967
        },
        {
            "start": 872018984,
            "stop": 872019072
        },
        {
            "start": 872019089,
            "stop": 872027929
        },
        {
            "start": 872027996,
            "stop": 872028021
        },
        {
            "start": 872028039,
            "stop": 872028047
        },
        {
            "start": 872028064,
            "stop": 872030646
        },
        {
            "start": 872031588,
            "stop": 872031912
        }
    ]
}