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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=206",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 207,
    "results": [
        {
            "start": 1264384298,
            "stop": 1264384329
        },
        {
            "start": 1264384331,
            "stop": 1264384352
        },
        {
            "start": 1264384354,
            "stop": 1264384377
        },
        {
            "start": 1264384378,
            "stop": 1264384400
        },
        {
            "start": 1264384402,
            "stop": 1264384403
        },
        {
            "start": 1264384404,
            "stop": 1264384452
        },
        {
            "start": 1264384454,
            "stop": 1264384461
        },
        {
            "start": 1264384463,
            "stop": 1264384469
        },
        {
            "start": 1264384470,
            "stop": 1264384479
        },
        {
            "start": 1264384480,
            "stop": 1264384487
        },
        {
            "start": 1264384489,
            "stop": 1264384495
        },
        {
            "start": 1264384498,
            "stop": 1264384540
        },
        {
            "start": 1264384541,
            "stop": 1264384559
        },
        {
            "start": 1264384560,
            "stop": 1264384585
        },
        {
            "start": 1264384587,
            "stop": 1264384588
        },
        {
            "start": 1264384590,
            "stop": 1264384593
        },
        {
            "start": 1264384595,
            "stop": 1264384597
        },
        {
            "start": 1264384598,
            "stop": 1264384602
        },
        {
            "start": 1264384603,
            "stop": 1264384606
        },
        {
            "start": 1264384607,
            "stop": 1264384610
        }
    ]
}