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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=315",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 316,
    "results": [
        {
            "start": 821328132,
            "stop": 821328306
        },
        {
            "start": 821328313,
            "stop": 821328721
        },
        {
            "start": 821328728,
            "stop": 821328843
        },
        {
            "start": 821328850,
            "stop": 821328946
        },
        {
            "start": 821328953,
            "stop": 821329063
        },
        {
            "start": 821329071,
            "stop": 821329224
        },
        {
            "start": 821329231,
            "stop": 821329618
        },
        {
            "start": 821329625,
            "stop": 821329650
        },
        {
            "start": 821329657,
            "stop": 821329961
        },
        {
            "start": 821329964,
            "stop": 821330195
        },
        {
            "start": 821330202,
            "stop": 821330430
        },
        {
            "start": 821330437,
            "stop": 821330480
        },
        {
            "start": 821330487,
            "stop": 821330758
        },
        {
            "start": 821330765,
            "stop": 821330793
        },
        {
            "start": 821330800,
            "stop": 821330899
        },
        {
            "start": 821330906,
            "stop": 821331090
        },
        {
            "start": 821331097,
            "stop": 821331340
        },
        {
            "start": 821331347,
            "stop": 821331393
        },
        {
            "start": 821331396,
            "stop": 821331410
        },
        {
            "start": 821331417,
            "stop": 821331481
        }
    ]
}