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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=176",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 177,
    "results": [
        {
            "start": 931429183,
            "stop": 931429192
        },
        {
            "start": 931429197,
            "stop": 931429209
        },
        {
            "start": 931429216,
            "stop": 931429221
        },
        {
            "start": 931429225,
            "stop": 931429235
        },
        {
            "start": 931429239,
            "stop": 931429241
        },
        {
            "start": 931429243,
            "stop": 931429244
        },
        {
            "start": 931429247,
            "stop": 931429250
        },
        {
            "start": 931429253,
            "stop": 931429258
        },
        {
            "start": 931429262,
            "stop": 931429268
        },
        {
            "start": 931429271,
            "stop": 931429273
        },
        {
            "start": 931429276,
            "stop": 931429288
        },
        {
            "start": 931429290,
            "stop": 931429294
        },
        {
            "start": 931429307,
            "stop": 931429314
        },
        {
            "start": 931429316,
            "stop": 931429327
        },
        {
            "start": 931429329,
            "stop": 931429330
        },
        {
            "start": 931429341,
            "stop": 931429345
        },
        {
            "start": 931429347,
            "stop": 931429348
        },
        {
            "start": 931429351,
            "stop": 931429353
        },
        {
            "start": 931429359,
            "stop": 931429363
        },
        {
            "start": 931429367,
            "stop": 931429374
        }
    ]
}