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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=124",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 125,
    "results": [
        {
            "start": 818251022,
            "stop": 818251025
        },
        {
            "start": 818251379,
            "stop": 818251392
        },
        {
            "start": 818251432,
            "stop": 818251433
        },
        {
            "start": 818251446,
            "stop": 818251447
        },
        {
            "start": 818251565,
            "stop": 818251568
        },
        {
            "start": 818251578,
            "stop": 818251579
        },
        {
            "start": 818251589,
            "stop": 818251590
        },
        {
            "start": 818251657,
            "stop": 818251664
        },
        {
            "start": 818251739,
            "stop": 818251740
        },
        {
            "start": 818251764,
            "stop": 818251766
        },
        {
            "start": 818251884,
            "stop": 818251885
        },
        {
            "start": 818251903,
            "stop": 818251906
        },
        {
            "start": 818251990,
            "stop": 818251994
        },
        {
            "start": 818252127,
            "stop": 818252133
        },
        {
            "start": 818252201,
            "stop": 818252207
        },
        {
            "start": 818252322,
            "stop": 818252324
        },
        {
            "start": 818252679,
            "stop": 818252687
        },
        {
            "start": 818252745,
            "stop": 818252748
        },
        {
            "start": 818252870,
            "stop": 818252871
        },
        {
            "start": 818252902,
            "stop": 818252913
        }
    ]
}