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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=187",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 188,
    "results": [
        {
            "start": 819800108,
            "stop": 819801811
        },
        {
            "start": 819802302,
            "stop": 819802435
        },
        {
            "start": 819802438,
            "stop": 819802535
        },
        {
            "start": 819802655,
            "stop": 819802674
        },
        {
            "start": 819803145,
            "stop": 819803856
        },
        {
            "start": 819803859,
            "stop": 819806556
        },
        {
            "start": 819806559,
            "stop": 819806597
        },
        {
            "start": 819806600,
            "stop": 819807072
        },
        {
            "start": 819807104,
            "stop": 819807329
        },
        {
            "start": 819807332,
            "stop": 819808268
        },
        {
            "start": 819808271,
            "stop": 819811200
        },
        {
            "start": 819811232,
            "stop": 819811542
        },
        {
            "start": 819811545,
            "stop": 819811865
        },
        {
            "start": 819811869,
            "stop": 819812695
        },
        {
            "start": 819812699,
            "stop": 819812927
        },
        {
            "start": 819812930,
            "stop": 819813272
        },
        {
            "start": 819813276,
            "stop": 819813476
        },
        {
            "start": 819813479,
            "stop": 819814336
        },
        {
            "start": 819814456,
            "stop": 819816258
        },
        {
            "start": 819816261,
            "stop": 819817131
        }
    ]
}