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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=214",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 215,
    "results": [
        {
            "start": 827165403,
            "stop": 827165412
        },
        {
            "start": 827165420,
            "stop": 827165425
        },
        {
            "start": 827165430,
            "stop": 827165437
        },
        {
            "start": 827165443,
            "stop": 827170925
        },
        {
            "start": 827170927,
            "stop": 827172025
        },
        {
            "start": 827172030,
            "stop": 827172052
        },
        {
            "start": 827172058,
            "stop": 827172072
        },
        {
            "start": 827172078,
            "stop": 827173470
        },
        {
            "start": 827173530,
            "stop": 827175154
        },
        {
            "start": 827178045,
            "stop": 827187275
        },
        {
            "start": 827187277,
            "stop": 827189370
        },
        {
            "start": 827189507,
            "stop": 827189515
        },
        {
            "start": 827190022,
            "stop": 827191453
        },
        {
            "start": 827191456,
            "stop": 827191461
        },
        {
            "start": 827191463,
            "stop": 827191777
        },
        {
            "start": 827191781,
            "stop": 827195360
        },
        {
            "start": 827195365,
            "stop": 827195367
        },
        {
            "start": 827195373,
            "stop": 827203010
        },
        {
            "start": 827203015,
            "stop": 827233710
        },
        {
            "start": 827233770,
            "stop": 827236110
        }
    ]
}