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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=361",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 362,
    "results": [
        {
            "start": 939556997,
            "stop": 939557222
        },
        {
            "start": 939557225,
            "stop": 939559185
        },
        {
            "start": 939559188,
            "stop": 939559543
        },
        {
            "start": 939559546,
            "stop": 939559757
        },
        {
            "start": 939559760,
            "stop": 939560694
        },
        {
            "start": 939560697,
            "stop": 939560772
        },
        {
            "start": 939560775,
            "stop": 939560970
        },
        {
            "start": 939560973,
            "stop": 939560983
        },
        {
            "start": 939560988,
            "stop": 939561008
        },
        {
            "start": 939561011,
            "stop": 939561027
        },
        {
            "start": 939618730,
            "stop": 939618762
        },
        {
            "start": 939618765,
            "stop": 939618808
        },
        {
            "start": 939618811,
            "stop": 939618838
        },
        {
            "start": 939618841,
            "stop": 939618925
        },
        {
            "start": 939618928,
            "stop": 939618959
        },
        {
            "start": 939618962,
            "stop": 939619219
        },
        {
            "start": 939619222,
            "stop": 939619268
        },
        {
            "start": 939619271,
            "stop": 939619341
        },
        {
            "start": 939619344,
            "stop": 939619346
        },
        {
            "start": 939619351,
            "stop": 939619367
        }
    ]
}