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=486
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=487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=485",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 486,
    "results": [
        {
            "start": 826570816,
            "stop": 826571233
        },
        {
            "start": 826571252,
            "stop": 826571369
        },
        {
            "start": 826571394,
            "stop": 826571399
        },
        {
            "start": 826571441,
            "stop": 826571442
        },
        {
            "start": 826571463,
            "stop": 826571473
        },
        {
            "start": 826571701,
            "stop": 826571912
        },
        {
            "start": 826571946,
            "stop": 826572013
        },
        {
            "start": 826572313,
            "stop": 826573648
        },
        {
            "start": 826573948,
            "stop": 826574342
        },
        {
            "start": 826574361,
            "stop": 826575097
        },
        {
            "start": 826575116,
            "stop": 826575435
        },
        {
            "start": 826575454,
            "stop": 826576260
        },
        {
            "start": 826576380,
            "stop": 826577748
        },
        {
            "start": 826577765,
            "stop": 826578068
        },
        {
            "start": 826578085,
            "stop": 826578171
        },
        {
            "start": 826578188,
            "stop": 826578483
        },
        {
            "start": 826578500,
            "stop": 826578745
        },
        {
            "start": 826578762,
            "stop": 826579260
        },
        {
            "start": 826579320,
            "stop": 826579419
        },
        {
            "start": 826579436,
            "stop": 826579440
        }
    ]
}