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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=223",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 224,
    "results": [
        {
            "start": 933948178,
            "stop": 933948179
        },
        {
            "start": 933948183,
            "stop": 933948187
        },
        {
            "start": 933948191,
            "stop": 933948206
        },
        {
            "start": 933948209,
            "stop": 933948213
        },
        {
            "start": 933948217,
            "stop": 933948222
        },
        {
            "start": 933948226,
            "stop": 933948230
        },
        {
            "start": 933948236,
            "stop": 933948363
        },
        {
            "start": 933951212,
            "stop": 933951752
        },
        {
            "start": 933951754,
            "stop": 933951755
        },
        {
            "start": 933951757,
            "stop": 933951762
        },
        {
            "start": 933951766,
            "stop": 933951782
        },
        {
            "start": 933951784,
            "stop": 933951789
        },
        {
            "start": 933951791,
            "stop": 933951807
        },
        {
            "start": 933951810,
            "stop": 933951811
        },
        {
            "start": 933951813,
            "stop": 933951814
        },
        {
            "start": 933951817,
            "stop": 933951822
        },
        {
            "start": 933951825,
            "stop": 933951830
        },
        {
            "start": 933951836,
            "stop": 933952133
        },
        {
            "start": 933952135,
            "stop": 933952475
        },
        {
            "start": 933952595,
            "stop": 933953348
        }
    ]
}