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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=397",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 398,
    "results": [
        {
            "start": 867446466,
            "stop": 867449264
        },
        {
            "start": 867449286,
            "stop": 867449287
        },
        {
            "start": 867449333,
            "stop": 867449357
        },
        {
            "start": 867449378,
            "stop": 867449555
        },
        {
            "start": 867449665,
            "stop": 867449930
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867454594
        },
        {
            "start": 867454894,
            "stop": 867462952
        },
        {
            "start": 867462973,
            "stop": 867500961
        },
        {
            "start": 867501261,
            "stop": 867501425
        },
        {
            "start": 867501812,
            "stop": 867502037
        },
        {
            "start": 867502337,
            "stop": 867502649
        },
        {
            "start": 867502759,
            "stop": 867502951
        },
        {
            "start": 867503251,
            "stop": 867506100
        },
        {
            "start": 867506160,
            "stop": 867510324
        },
        {
            "start": 867510378,
            "stop": 867510467
        },
        {
            "start": 867510577,
            "stop": 867510958
        },
        {
            "start": 867510977,
            "stop": 867511046
        },
        {
            "start": 867552283,
            "stop": 867558674
        },
        {
            "start": 867559521,
            "stop": 867615717
        }
    ]
}