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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=445",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 446,
    "results": [
        {
            "start": 821775846,
            "stop": 821775859
        },
        {
            "start": 821775862,
            "stop": 821775866
        },
        {
            "start": 821775872,
            "stop": 821775874
        },
        {
            "start": 821775877,
            "stop": 821775879
        },
        {
            "start": 821775882,
            "stop": 821775891
        },
        {
            "start": 821775896,
            "stop": 821775901
        },
        {
            "start": 821775904,
            "stop": 821775908
        },
        {
            "start": 821775911,
            "stop": 821775915
        },
        {
            "start": 821775918,
            "stop": 821775920
        },
        {
            "start": 821775930,
            "stop": 821775936
        },
        {
            "start": 821775939,
            "stop": 821775948
        },
        {
            "start": 821775951,
            "stop": 821775956
        },
        {
            "start": 821775962,
            "stop": 821775963
        },
        {
            "start": 821775972,
            "stop": 821775977
        },
        {
            "start": 821775984,
            "stop": 821775985
        },
        {
            "start": 821775988,
            "stop": 821775989
        },
        {
            "start": 821775994,
            "stop": 821776011
        },
        {
            "start": 821776017,
            "stop": 821776019
        },
        {
            "start": 821776030,
            "stop": 821776037
        },
        {
            "start": 821776041,
            "stop": 821776042
        }
    ]
}