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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=265",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 266,
    "results": [
        {
            "start": 934511279,
            "stop": 934511292
        },
        {
            "start": 934511294,
            "stop": 934511306
        },
        {
            "start": 934511309,
            "stop": 934511321
        },
        {
            "start": 934511325,
            "stop": 934512311
        },
        {
            "start": 934512313,
            "stop": 934512817
        },
        {
            "start": 934512822,
            "stop": 934513215
        },
        {
            "start": 934513455,
            "stop": 934513698
        },
        {
            "start": 934513703,
            "stop": 934514023
        },
        {
            "start": 934514025,
            "stop": 934515401
        },
        {
            "start": 934515404,
            "stop": 934515417
        },
        {
            "start": 934515419,
            "stop": 934515506
        },
        {
            "start": 934515509,
            "stop": 934515522
        },
        {
            "start": 934515524,
            "stop": 934515536
        },
        {
            "start": 934515539,
            "stop": 934515552
        },
        {
            "start": 934515554,
            "stop": 934515582
        },
        {
            "start": 934515584,
            "stop": 934516020
        },
        {
            "start": 934518086,
            "stop": 934518101
        },
        {
            "start": 934518105,
            "stop": 934518116
        },
        {
            "start": 934518119,
            "stop": 934518131
        },
        {
            "start": 934518134,
            "stop": 934519633
        }
    ]
}