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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=329",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 330,
    "results": [
        {
            "start": 938753435,
            "stop": 938753515
        },
        {
            "start": 938753518,
            "stop": 938753578
        },
        {
            "start": 938753581,
            "stop": 938753607
        },
        {
            "start": 938753610,
            "stop": 938753620
        },
        {
            "start": 938753624,
            "stop": 938753659
        },
        {
            "start": 938753662,
            "stop": 938753816
        },
        {
            "start": 938753820,
            "stop": 938753962
        },
        {
            "start": 938753967,
            "stop": 938753970
        },
        {
            "start": 938753973,
            "stop": 938753974
        },
        {
            "start": 938753977,
            "stop": 938754035
        },
        {
            "start": 938754038,
            "stop": 938754058
        },
        {
            "start": 938754062,
            "stop": 938754064
        },
        {
            "start": 938754067,
            "stop": 938754138
        },
        {
            "start": 938754141,
            "stop": 938754213
        },
        {
            "start": 938754220,
            "stop": 938754271
        },
        {
            "start": 938754276,
            "stop": 938754283
        },
        {
            "start": 938754287,
            "stop": 938754395
        },
        {
            "start": 938754455,
            "stop": 938754699
        },
        {
            "start": 938754703,
            "stop": 938754788
        },
        {
            "start": 938754792,
            "stop": 938754807
        }
    ]
}