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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4579",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4577",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4578,
    "results": [
        {
            "start": 968957973,
            "stop": 968957983
        },
        {
            "start": 968957989,
            "stop": 968958017
        },
        {
            "start": 968958020,
            "stop": 968958226
        },
        {
            "start": 968958229,
            "stop": 968958256
        },
        {
            "start": 968958259,
            "stop": 968958430
        },
        {
            "start": 968958433,
            "stop": 968958601
        },
        {
            "start": 968958604,
            "stop": 968958891
        },
        {
            "start": 968958894,
            "stop": 968958901
        },
        {
            "start": 968958906,
            "stop": 968958919
        },
        {
            "start": 968958923,
            "stop": 968958939
        },
        {
            "start": 968958943,
            "stop": 968959012
        },
        {
            "start": 968959015,
            "stop": 968960138
        },
        {
            "start": 968962772,
            "stop": 968963343
        },
        {
            "start": 968963346,
            "stop": 968963347
        },
        {
            "start": 968963350,
            "stop": 968963383
        },
        {
            "start": 968963386,
            "stop": 968963532
        },
        {
            "start": 968963535,
            "stop": 968963548
        },
        {
            "start": 968963552,
            "stop": 968963680
        },
        {
            "start": 968963683,
            "stop": 968964388
        },
        {
            "start": 968964391,
            "stop": 968964534
        }
    ]
}