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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=94",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 95,
    "results": [
        {
            "start": 818069227,
            "stop": 818069237
        },
        {
            "start": 818069257,
            "stop": 818069263
        },
        {
            "start": 818069271,
            "stop": 818069275
        },
        {
            "start": 818069287,
            "stop": 818069301
        },
        {
            "start": 818069314,
            "stop": 818069322
        },
        {
            "start": 818069397,
            "stop": 818069411
        },
        {
            "start": 818069460,
            "stop": 818069462
        },
        {
            "start": 818069485,
            "stop": 818069491
        },
        {
            "start": 818069521,
            "stop": 818069524
        },
        {
            "start": 818069543,
            "stop": 818069575
        },
        {
            "start": 818069584,
            "stop": 818069592
        },
        {
            "start": 818069600,
            "stop": 818069601
        },
        {
            "start": 818069629,
            "stop": 818069631
        },
        {
            "start": 818069639,
            "stop": 818069647
        },
        {
            "start": 818069655,
            "stop": 818069667
        },
        {
            "start": 818069688,
            "stop": 818069693
        },
        {
            "start": 818069711,
            "stop": 818069713
        },
        {
            "start": 818069735,
            "stop": 818069736
        },
        {
            "start": 818069791,
            "stop": 818069801
        },
        {
            "start": 818069848,
            "stop": 818069853
        }
    ]
}