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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=304",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 305,
    "results": [
        {
            "start": 828884883,
            "stop": 828885692
        },
        {
            "start": 828885698,
            "stop": 828885770
        },
        {
            "start": 828885775,
            "stop": 828886925
        },
        {
            "start": 828886930,
            "stop": 828888912
        },
        {
            "start": 828888920,
            "stop": 828888936
        },
        {
            "start": 828888938,
            "stop": 828889067
        },
        {
            "start": 828889073,
            "stop": 828889471
        },
        {
            "start": 828889474,
            "stop": 828890071
        },
        {
            "start": 828890147,
            "stop": 828890740
        },
        {
            "start": 828890745,
            "stop": 828891277
        },
        {
            "start": 828899552,
            "stop": 828899554
        },
        {
            "start": 828899557,
            "stop": 828899558
        },
        {
            "start": 828899560,
            "stop": 828899561
        },
        {
            "start": 828899565,
            "stop": 828899568
        },
        {
            "start": 828899572,
            "stop": 828899573
        },
        {
            "start": 828899586,
            "stop": 828899587
        },
        {
            "start": 828899594,
            "stop": 828899595
        },
        {
            "start": 828899600,
            "stop": 828899601
        },
        {
            "start": 828899605,
            "stop": 828899606
        },
        {
            "start": 828899611,
            "stop": 828899613
        }
    ]
}