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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=398",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 399,
    "results": [
        {
            "start": 821765778,
            "stop": 821765781
        },
        {
            "start": 821765785,
            "stop": 821765786
        },
        {
            "start": 821765789,
            "stop": 821765798
        },
        {
            "start": 821765804,
            "stop": 821765805
        },
        {
            "start": 821765808,
            "stop": 821765811
        },
        {
            "start": 821765817,
            "stop": 821765831
        },
        {
            "start": 821765834,
            "stop": 821765843
        },
        {
            "start": 821765846,
            "stop": 821765848
        },
        {
            "start": 821765852,
            "stop": 821765857
        },
        {
            "start": 821765863,
            "stop": 821765866
        },
        {
            "start": 821765869,
            "stop": 821765871
        },
        {
            "start": 821765875,
            "stop": 821765877
        },
        {
            "start": 821765884,
            "stop": 821765888
        },
        {
            "start": 821765891,
            "stop": 821765892
        },
        {
            "start": 821765895,
            "stop": 821765904
        },
        {
            "start": 821765916,
            "stop": 821765921
        },
        {
            "start": 821765927,
            "stop": 821765929
        },
        {
            "start": 821765932,
            "stop": 821765934
        },
        {
            "start": 821765940,
            "stop": 821765941
        },
        {
            "start": 821765955,
            "stop": 821765959
        }
    ]
}