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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8573",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8574,
    "results": [
        {
            "start": 870242040,
            "stop": 870242340
        },
        {
            "start": 870242520,
            "stop": 870242640
        },
        {
            "start": 870242700,
            "stop": 870244012
        },
        {
            "start": 870244019,
            "stop": 870244428
        },
        {
            "start": 870244548,
            "stop": 870244620
        },
        {
            "start": 870244680,
            "stop": 870247260
        },
        {
            "start": 870247320,
            "stop": 870249736
        },
        {
            "start": 870249856,
            "stop": 870250260
        },
        {
            "start": 870250320,
            "stop": 870252420
        },
        {
            "start": 870252480,
            "stop": 870261894
        },
        {
            "start": 870262727,
            "stop": 870262784
        },
        {
            "start": 870262965,
            "stop": 870265956
        },
        {
            "start": 870265973,
            "stop": 870268278
        },
        {
            "start": 870268398,
            "stop": 870269630
        },
        {
            "start": 870269710,
            "stop": 870270150
        },
        {
            "start": 870270167,
            "stop": 870271430
        },
        {
            "start": 870271510,
            "stop": 870271923
        },
        {
            "start": 870272153,
            "stop": 870272414
        },
        {
            "start": 870272534,
            "stop": 870272608
        },
        {
            "start": 870272648,
            "stop": 870272979
        }
    ]
}