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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=114",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 115,
    "results": [
        {
            "start": 931759126,
            "stop": 931759211
        },
        {
            "start": 931759575,
            "stop": 931759588
        },
        {
            "start": 931759605,
            "stop": 931759616
        },
        {
            "start": 931759633,
            "stop": 931759672
        },
        {
            "start": 931759675,
            "stop": 931759841
        },
        {
            "start": 931759864,
            "stop": 931759933
        },
        {
            "start": 931759955,
            "stop": 931760330
        },
        {
            "start": 931760352,
            "stop": 931760370
        },
        {
            "start": 931760387,
            "stop": 931760389
        },
        {
            "start": 931760416,
            "stop": 931760455
        },
        {
            "start": 931760457,
            "stop": 931760508
        },
        {
            "start": 931760540,
            "stop": 931760564
        },
        {
            "start": 931760605,
            "stop": 931760649
        },
        {
            "start": 931760666,
            "stop": 931760716
        },
        {
            "start": 931760733,
            "stop": 931760891
        },
        {
            "start": 931760908,
            "stop": 931760944
        },
        {
            "start": 931760970,
            "stop": 931760989
        },
        {
            "start": 931761027,
            "stop": 931761028
        },
        {
            "start": 931761031,
            "stop": 931761172
        },
        {
            "start": 931761193,
            "stop": 931761211
        }
    ]
}