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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=374",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 375,
    "results": [
        {
            "start": 818272062,
            "stop": 818272063
        },
        {
            "start": 818272164,
            "stop": 818272165
        },
        {
            "start": 818272271,
            "stop": 818272272
        },
        {
            "start": 818272287,
            "stop": 818272288
        },
        {
            "start": 818272371,
            "stop": 818272372
        },
        {
            "start": 818272376,
            "stop": 818272378
        },
        {
            "start": 818272382,
            "stop": 818272383
        },
        {
            "start": 818272390,
            "stop": 818272394
        },
        {
            "start": 818272406,
            "stop": 818272408
        },
        {
            "start": 818272423,
            "stop": 818272426
        },
        {
            "start": 818272436,
            "stop": 818272437
        },
        {
            "start": 818272441,
            "stop": 818272443
        },
        {
            "start": 818272446,
            "stop": 818272451
        },
        {
            "start": 818272458,
            "stop": 818272460
        },
        {
            "start": 818272463,
            "stop": 818272466
        },
        {
            "start": 818272483,
            "stop": 818272484
        },
        {
            "start": 818272493,
            "stop": 818272494
        },
        {
            "start": 818272506,
            "stop": 818272508
        },
        {
            "start": 818272516,
            "stop": 818272519
        },
        {
            "start": 818272532,
            "stop": 818272533
        }
    ]
}