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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=296",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 297,
    "results": [
        {
            "start": 828591105,
            "stop": 828591107
        },
        {
            "start": 828591109,
            "stop": 828591124
        },
        {
            "start": 828591424,
            "stop": 828591425
        },
        {
            "start": 828591429,
            "stop": 828591445
        },
        {
            "start": 828591447,
            "stop": 828591453
        },
        {
            "start": 828591455,
            "stop": 828591459
        },
        {
            "start": 828591461,
            "stop": 828591463
        },
        {
            "start": 828591466,
            "stop": 828591471
        },
        {
            "start": 828591473,
            "stop": 828591481
        },
        {
            "start": 828591483,
            "stop": 828591496
        },
        {
            "start": 828591498,
            "stop": 828591499
        },
        {
            "start": 828591501,
            "stop": 828591516
        },
        {
            "start": 828591518,
            "stop": 828591583
        },
        {
            "start": 828591585,
            "stop": 828591592
        },
        {
            "start": 828591594,
            "stop": 828591634
        },
        {
            "start": 828591636,
            "stop": 828591668
        },
        {
            "start": 828591670,
            "stop": 828591817
        },
        {
            "start": 828591819,
            "stop": 828591820
        },
        {
            "start": 828591822,
            "stop": 828591877
        },
        {
            "start": 828591879,
            "stop": 828591917
        }
    ]
}