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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=430",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 431,
    "results": [
        {
            "start": 825580268,
            "stop": 825580322
        },
        {
            "start": 825580432,
            "stop": 825581728
        },
        {
            "start": 825585263,
            "stop": 825585822
        },
        {
            "start": 825585841,
            "stop": 825586452
        },
        {
            "start": 825586479,
            "stop": 825586491
        },
        {
            "start": 825586516,
            "stop": 825587855
        },
        {
            "start": 825588155,
            "stop": 825588275
        },
        {
            "start": 825588385,
            "stop": 825589802
        },
        {
            "start": 825590102,
            "stop": 825590168
        },
        {
            "start": 825590278,
            "stop": 825590523
        },
        {
            "start": 825597440,
            "stop": 825598260
        },
        {
            "start": 825598264,
            "stop": 825598941
        },
        {
            "start": 825598944,
            "stop": 825600191
        },
        {
            "start": 825600194,
            "stop": 825600818
        },
        {
            "start": 825600821,
            "stop": 825600924
        },
        {
            "start": 825600927,
            "stop": 825601296
        },
        {
            "start": 825601299,
            "stop": 825601356
        },
        {
            "start": 825601359,
            "stop": 825603511
        },
        {
            "start": 825603514,
            "stop": 825605058
        },
        {
            "start": 825605061,
            "stop": 825605398
        }
    ]
}