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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=609",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 610,
    "results": [
        {
            "start": 828591942,
            "stop": 828591945
        },
        {
            "start": 828591964,
            "stop": 828591981
        },
        {
            "start": 828592019,
            "stop": 828592020
        },
        {
            "start": 828592039,
            "stop": 828592062
        },
        {
            "start": 828592081,
            "stop": 828592084
        },
        {
            "start": 828592103,
            "stop": 828592135
        },
        {
            "start": 828592154,
            "stop": 828592282
        },
        {
            "start": 828592314,
            "stop": 828592318
        },
        {
            "start": 828592350,
            "stop": 828592412
        },
        {
            "start": 828592431,
            "stop": 828592510
        },
        {
            "start": 828592529,
            "stop": 828592703
        },
        {
            "start": 828592722,
            "stop": 828593011
        },
        {
            "start": 828593030,
            "stop": 828593609
        },
        {
            "start": 828593612,
            "stop": 828599464
        },
        {
            "start": 828599484,
            "stop": 828599977
        },
        {
            "start": 828599996,
            "stop": 828600020
        },
        {
            "start": 828600039,
            "stop": 828601153
        },
        {
            "start": 828601157,
            "stop": 828608621
        },
        {
            "start": 828608640,
            "stop": 828615871
        },
        {
            "start": 828618282,
            "stop": 828619782
        }
    ]
}