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_CAT3/segments?format=api&page=5202
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5201",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5202,
    "results": [
        {
            "start": 873982920,
            "stop": 873983263
        },
        {
            "start": 873983299,
            "stop": 873983332
        },
        {
            "start": 873983368,
            "stop": 873983469
        },
        {
            "start": 873983505,
            "stop": 873983541
        },
        {
            "start": 873983548,
            "stop": 873984128
        },
        {
            "start": 873984190,
            "stop": 873984203
        },
        {
            "start": 873984313,
            "stop": 873984554
        },
        {
            "start": 873984571,
            "stop": 873984770
        },
        {
            "start": 873984806,
            "stop": 873985661
        },
        {
            "start": 873985697,
            "stop": 873985928
        },
        {
            "start": 873985950,
            "stop": 873986043
        },
        {
            "start": 873986059,
            "stop": 873987516
        },
        {
            "start": 873987553,
            "stop": 873987576
        },
        {
            "start": 873987615,
            "stop": 873987831
        },
        {
            "start": 873987871,
            "stop": 873987922
        },
        {
            "start": 873987985,
            "stop": 873988299
        },
        {
            "start": 873988335,
            "stop": 873988498
        },
        {
            "start": 873988536,
            "stop": 873988722
        },
        {
            "start": 873988765,
            "stop": 873989932
        },
        {
            "start": 873989992,
            "stop": 873990649
        }
    ]
}