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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=385",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 386,
    "results": [
        {
            "start": 821447094,
            "stop": 821447131
        },
        {
            "start": 821447150,
            "stop": 821447220
        },
        {
            "start": 821447252,
            "stop": 821447287
        },
        {
            "start": 821447306,
            "stop": 821447307
        },
        {
            "start": 821447326,
            "stop": 821447328
        },
        {
            "start": 821447347,
            "stop": 821447488
        },
        {
            "start": 821447936,
            "stop": 821448011
        },
        {
            "start": 821448044,
            "stop": 821448089
        },
        {
            "start": 821448108,
            "stop": 821448154
        },
        {
            "start": 821448177,
            "stop": 821448234
        },
        {
            "start": 821448253,
            "stop": 821448262
        },
        {
            "start": 821448297,
            "stop": 821448422
        },
        {
            "start": 821448451,
            "stop": 821448476
        },
        {
            "start": 821448517,
            "stop": 821448565
        },
        {
            "start": 821448584,
            "stop": 821448618
        },
        {
            "start": 821448637,
            "stop": 821448658
        },
        {
            "start": 821448661,
            "stop": 821448678
        },
        {
            "start": 821448711,
            "stop": 821448750
        },
        {
            "start": 821448769,
            "stop": 821448788
        },
        {
            "start": 821448807,
            "stop": 821448937
        }
    ]
}