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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=436",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 437,
    "results": [
        {
            "start": 821774085,
            "stop": 821774088
        },
        {
            "start": 821774093,
            "stop": 821774102
        },
        {
            "start": 821774105,
            "stop": 821774108
        },
        {
            "start": 821774111,
            "stop": 821774115
        },
        {
            "start": 821774118,
            "stop": 821774124
        },
        {
            "start": 821774136,
            "stop": 821774145
        },
        {
            "start": 821774151,
            "stop": 821774154
        },
        {
            "start": 821774158,
            "stop": 821774167
        },
        {
            "start": 821774170,
            "stop": 821774172
        },
        {
            "start": 821774175,
            "stop": 821774178
        },
        {
            "start": 821774183,
            "stop": 821774194
        },
        {
            "start": 821774198,
            "stop": 821774208
        },
        {
            "start": 821774214,
            "stop": 821774229
        },
        {
            "start": 821774232,
            "stop": 821774234
        },
        {
            "start": 821774243,
            "stop": 821774244
        },
        {
            "start": 821774247,
            "stop": 821774249
        },
        {
            "start": 821774252,
            "stop": 821774256
        },
        {
            "start": 821774259,
            "stop": 821774263
        },
        {
            "start": 821774266,
            "stop": 821774270
        },
        {
            "start": 821774274,
            "stop": 821774279
        }
    ]
}