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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=715",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 716,
    "results": [
        {
            "start": 830390547,
            "stop": 830390613
        },
        {
            "start": 830390617,
            "stop": 830390820
        },
        {
            "start": 830390823,
            "stop": 830390837
        },
        {
            "start": 830390840,
            "stop": 830390964
        },
        {
            "start": 830390968,
            "stop": 830391089
        },
        {
            "start": 830391092,
            "stop": 830391152
        },
        {
            "start": 830391156,
            "stop": 830391200
        },
        {
            "start": 830391204,
            "stop": 830391330
        },
        {
            "start": 830391390,
            "stop": 830391423
        },
        {
            "start": 830391426,
            "stop": 830391564
        },
        {
            "start": 830391568,
            "stop": 830391629
        },
        {
            "start": 830391632,
            "stop": 830391754
        },
        {
            "start": 830391759,
            "stop": 830391769
        },
        {
            "start": 830391773,
            "stop": 830391846
        },
        {
            "start": 830391855,
            "stop": 830391958
        },
        {
            "start": 830391962,
            "stop": 830392001
        },
        {
            "start": 830392006,
            "stop": 830392017
        },
        {
            "start": 830392023,
            "stop": 830392107
        },
        {
            "start": 830392115,
            "stop": 830392141
        },
        {
            "start": 830392144,
            "stop": 830392199
        }
    ]
}