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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=119",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 120,
    "results": [
        {
            "start": 821508705,
            "stop": 821508708
        },
        {
            "start": 821508711,
            "stop": 821508728
        },
        {
            "start": 821508731,
            "stop": 821508744
        },
        {
            "start": 821508747,
            "stop": 821508763
        },
        {
            "start": 821508766,
            "stop": 821508773
        },
        {
            "start": 821508776,
            "stop": 821508781
        },
        {
            "start": 821508784,
            "stop": 821508826
        },
        {
            "start": 821508829,
            "stop": 821508848
        },
        {
            "start": 821508851,
            "stop": 821508853
        },
        {
            "start": 821508856,
            "stop": 821508861
        },
        {
            "start": 821508865,
            "stop": 821508876
        },
        {
            "start": 821508879,
            "stop": 821508896
        },
        {
            "start": 821508899,
            "stop": 821508904
        },
        {
            "start": 821508907,
            "stop": 821508915
        },
        {
            "start": 821508918,
            "stop": 821508935
        },
        {
            "start": 821508938,
            "stop": 821508978
        },
        {
            "start": 821508981,
            "stop": 821508984
        },
        {
            "start": 821508988,
            "stop": 821508996
        },
        {
            "start": 821509001,
            "stop": 821509030
        },
        {
            "start": 821509033,
            "stop": 821509063
        }
    ]
}