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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=196",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 197,
    "results": [
        {
            "start": 933840153,
            "stop": 933840154
        },
        {
            "start": 933840157,
            "stop": 933840188
        },
        {
            "start": 933840190,
            "stop": 933840210
        },
        {
            "start": 933840212,
            "stop": 933840215
        },
        {
            "start": 933840218,
            "stop": 933840232
        },
        {
            "start": 933840237,
            "stop": 933843731
        },
        {
            "start": 933843733,
            "stop": 933843762
        },
        {
            "start": 933843766,
            "stop": 933843780
        },
        {
            "start": 933843783,
            "stop": 933843788
        },
        {
            "start": 933843790,
            "stop": 933843813
        },
        {
            "start": 933843815,
            "stop": 933843829
        },
        {
            "start": 933843834,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933847365
        },
        {
            "start": 933847367,
            "stop": 933847380
        },
        {
            "start": 933847383,
            "stop": 933847407
        },
        {
            "start": 933847410,
            "stop": 933847413
        },
        {
            "start": 933847416,
            "stop": 933847422
        },
        {
            "start": 933847424,
            "stop": 933847429
        },
        {
            "start": 933847433,
            "stop": 933850956
        },
        {
            "start": 933850959,
            "stop": 933850964
        }
    ]
}