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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=367",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 368,
    "results": [
        {
            "start": 939625218,
            "stop": 939625231
        },
        {
            "start": 939625234,
            "stop": 939625315
        },
        {
            "start": 939625318,
            "stop": 939625367
        },
        {
            "start": 939625370,
            "stop": 939625547
        },
        {
            "start": 939625550,
            "stop": 939625552
        },
        {
            "start": 939625555,
            "stop": 939625575
        },
        {
            "start": 939625578,
            "stop": 939625580
        },
        {
            "start": 939625584,
            "stop": 939625765
        },
        {
            "start": 939625768,
            "stop": 939625930
        },
        {
            "start": 939625933,
            "stop": 939626088
        },
        {
            "start": 939626091,
            "stop": 939626108
        },
        {
            "start": 939626111,
            "stop": 939626140
        },
        {
            "start": 939626143,
            "stop": 939626188
        },
        {
            "start": 939626191,
            "stop": 939626333
        },
        {
            "start": 939626336,
            "stop": 939626426
        },
        {
            "start": 939626429,
            "stop": 939626471
        },
        {
            "start": 939626474,
            "stop": 939626578
        },
        {
            "start": 939626581,
            "stop": 939626992
        },
        {
            "start": 939626995,
            "stop": 939627039
        },
        {
            "start": 939627042,
            "stop": 939627135
        }
    ]
}