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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4299",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4300,
    "results": [
        {
            "start": 874672089,
            "stop": 874672141
        },
        {
            "start": 874672160,
            "stop": 874672223
        },
        {
            "start": 874672242,
            "stop": 874672290
        },
        {
            "start": 874672309,
            "stop": 874672467
        },
        {
            "start": 874672486,
            "stop": 874672487
        },
        {
            "start": 874672507,
            "stop": 874672620
        },
        {
            "start": 874672639,
            "stop": 874672718
        },
        {
            "start": 874672737,
            "stop": 874672744
        },
        {
            "start": 874672768,
            "stop": 874672781
        },
        {
            "start": 874672800,
            "stop": 874672851
        },
        {
            "start": 874672870,
            "stop": 874672875
        },
        {
            "start": 874672894,
            "stop": 874672908
        },
        {
            "start": 874672927,
            "stop": 874672928
        },
        {
            "start": 874672958,
            "stop": 874673015
        },
        {
            "start": 874673054,
            "stop": 874673138
        },
        {
            "start": 874673170,
            "stop": 874673175
        },
        {
            "start": 874673194,
            "stop": 874673289
        },
        {
            "start": 874673308,
            "stop": 874673354
        },
        {
            "start": 874673392,
            "stop": 874673534
        },
        {
            "start": 874673555,
            "stop": 874673561
        }
    ]
}