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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=326",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 327,
    "results": [
        {
            "start": 821749058,
            "stop": 821749066
        },
        {
            "start": 821749074,
            "stop": 821749114
        },
        {
            "start": 821749117,
            "stop": 821749141
        },
        {
            "start": 821749144,
            "stop": 821749150
        },
        {
            "start": 821749157,
            "stop": 821749160
        },
        {
            "start": 821749163,
            "stop": 821749171
        },
        {
            "start": 821749174,
            "stop": 821749175
        },
        {
            "start": 821749178,
            "stop": 821749198
        },
        {
            "start": 821749202,
            "stop": 821749205
        },
        {
            "start": 821749208,
            "stop": 821749211
        },
        {
            "start": 821749214,
            "stop": 821749215
        },
        {
            "start": 821749218,
            "stop": 821749224
        },
        {
            "start": 821749227,
            "stop": 821749234
        },
        {
            "start": 821749239,
            "stop": 821749250
        },
        {
            "start": 821749260,
            "stop": 821749264
        },
        {
            "start": 821749267,
            "stop": 821749278
        },
        {
            "start": 821749284,
            "stop": 821749287
        },
        {
            "start": 821749290,
            "stop": 821749296
        },
        {
            "start": 821749299,
            "stop": 821749300
        },
        {
            "start": 821749303,
            "stop": 821749305
        }
    ]
}