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=2215
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=2216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2214",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2215,
    "results": [
        {
            "start": 872808488,
            "stop": 872812266
        },
        {
            "start": 872812283,
            "stop": 872817982
        },
        {
            "start": 872818001,
            "stop": 872819454
        },
        {
            "start": 872819478,
            "stop": 872819585
        },
        {
            "start": 872819604,
            "stop": 872819649
        },
        {
            "start": 872819668,
            "stop": 872819680
        },
        {
            "start": 872820529,
            "stop": 872821516
        },
        {
            "start": 872821542,
            "stop": 872840989
        },
        {
            "start": 872841006,
            "stop": 872841212
        },
        {
            "start": 872842448,
            "stop": 872846074
        },
        {
            "start": 872846112,
            "stop": 872846231
        },
        {
            "start": 872846280,
            "stop": 872846316
        },
        {
            "start": 872846343,
            "stop": 872846383
        },
        {
            "start": 872846402,
            "stop": 872846411
        },
        {
            "start": 872846438,
            "stop": 872846851
        },
        {
            "start": 872846872,
            "stop": 872846873
        },
        {
            "start": 872846895,
            "stop": 872846913
        },
        {
            "start": 872846958,
            "stop": 872847012
        },
        {
            "start": 872847091,
            "stop": 872847314
        },
        {
            "start": 872847354,
            "stop": 872847423
        }
    ]
}