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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7461",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7459",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7460,
    "results": [
        {
            "start": 970079916,
            "stop": 970080139
        },
        {
            "start": 970080145,
            "stop": 970080150
        },
        {
            "start": 970080166,
            "stop": 970080169
        },
        {
            "start": 970080175,
            "stop": 970080176
        },
        {
            "start": 970080190,
            "stop": 970080195
        },
        {
            "start": 970080201,
            "stop": 970080441
        },
        {
            "start": 970080447,
            "stop": 970080474
        },
        {
            "start": 970080483,
            "stop": 970080491
        },
        {
            "start": 970080499,
            "stop": 970080504
        },
        {
            "start": 970080510,
            "stop": 970080512
        },
        {
            "start": 970080523,
            "stop": 970080546
        },
        {
            "start": 970080552,
            "stop": 970080560
        },
        {
            "start": 970080566,
            "stop": 970080573
        },
        {
            "start": 970080583,
            "stop": 970080680
        },
        {
            "start": 970080686,
            "stop": 970081021
        },
        {
            "start": 970081042,
            "stop": 970081171
        },
        {
            "start": 970081177,
            "stop": 970081221
        },
        {
            "start": 970081227,
            "stop": 970081285
        },
        {
            "start": 970081288,
            "stop": 970081479
        },
        {
            "start": 970081482,
            "stop": 970082072
        }
    ]
}