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=423
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=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=422",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 423,
    "results": [
        {
            "start": 821771284,
            "stop": 821771286
        },
        {
            "start": 821771289,
            "stop": 821771292
        },
        {
            "start": 821771295,
            "stop": 821771298
        },
        {
            "start": 821771301,
            "stop": 821771312
        },
        {
            "start": 821771318,
            "stop": 821771324
        },
        {
            "start": 821771330,
            "stop": 821771336
        },
        {
            "start": 821771341,
            "stop": 821771348
        },
        {
            "start": 821771351,
            "stop": 821771353
        },
        {
            "start": 821771356,
            "stop": 821771360
        },
        {
            "start": 821771363,
            "stop": 821771372
        },
        {
            "start": 821771379,
            "stop": 821771382
        },
        {
            "start": 821771387,
            "stop": 821771409
        },
        {
            "start": 821771416,
            "stop": 821771421
        },
        {
            "start": 821771424,
            "stop": 821771426
        },
        {
            "start": 821771429,
            "stop": 821771433
        },
        {
            "start": 821771436,
            "stop": 821771438
        },
        {
            "start": 821771441,
            "stop": 821771445
        },
        {
            "start": 821771448,
            "stop": 821771454
        },
        {
            "start": 821771457,
            "stop": 821771470
        },
        {
            "start": 821771473,
            "stop": 821771474
        }
    ]
}