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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=92",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 93,
    "results": [
        {
            "start": 819362035,
            "stop": 819362041
        },
        {
            "start": 819362242,
            "stop": 819362340
        },
        {
            "start": 819362400,
            "stop": 819362593
        },
        {
            "start": 819362641,
            "stop": 819362642
        },
        {
            "start": 819364026,
            "stop": 819365122
        },
        {
            "start": 819365129,
            "stop": 819366223
        },
        {
            "start": 819366404,
            "stop": 819367628
        },
        {
            "start": 819367635,
            "stop": 819369274
        },
        {
            "start": 819369281,
            "stop": 819370153
        },
        {
            "start": 819371319,
            "stop": 819373005
        },
        {
            "start": 819373012,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819376790
        },
        {
            "start": 819376797,
            "stop": 819377829
        },
        {
            "start": 819378478,
            "stop": 819380113
        },
        {
            "start": 819380976,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819391610
        }
    ]
}