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=8026
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=8027",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8025",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8026,
    "results": [
        {
            "start": 970407637,
            "stop": 970407689
        },
        {
            "start": 970407692,
            "stop": 970407705
        },
        {
            "start": 970407708,
            "stop": 970407716
        },
        {
            "start": 970407719,
            "stop": 970407730
        },
        {
            "start": 970407735,
            "stop": 970407756
        },
        {
            "start": 970407760,
            "stop": 970407761
        },
        {
            "start": 970407764,
            "stop": 970407765
        },
        {
            "start": 970407768,
            "stop": 970407787
        },
        {
            "start": 970407808,
            "stop": 970407809
        },
        {
            "start": 970407814,
            "stop": 970407820
        },
        {
            "start": 970407882,
            "stop": 970407896
        },
        {
            "start": 970407899,
            "stop": 970407911
        },
        {
            "start": 970407922,
            "stop": 970407946
        },
        {
            "start": 970407949,
            "stop": 970407964
        },
        {
            "start": 970407967,
            "stop": 970407974
        },
        {
            "start": 970407977,
            "stop": 970407983
        },
        {
            "start": 970407988,
            "stop": 970408015
        },
        {
            "start": 970408018,
            "stop": 970408041
        },
        {
            "start": 970408044,
            "stop": 970408103
        },
        {
            "start": 970408106,
            "stop": 970408136
        }
    ]
}