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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=211",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 212,
    "results": [
        {
            "start": 1264386157,
            "stop": 1264386160
        },
        {
            "start": 1264386161,
            "stop": 1264386167
        },
        {
            "start": 1264386168,
            "stop": 1264386186
        },
        {
            "start": 1264386187,
            "stop": 1264386276
        },
        {
            "start": 1264386279,
            "stop": 1264386293
        },
        {
            "start": 1264386296,
            "stop": 1264386375
        },
        {
            "start": 1264386378,
            "stop": 1264386392
        },
        {
            "start": 1264386393,
            "stop": 1264386425
        },
        {
            "start": 1264386426,
            "stop": 1264386450
        },
        {
            "start": 1264386452,
            "stop": 1264386528
        },
        {
            "start": 1264386530,
            "stop": 1264386573
        },
        {
            "start": 1264386574,
            "stop": 1264386590
        },
        {
            "start": 1264386592,
            "stop": 1264386594
        },
        {
            "start": 1264386595,
            "stop": 1264386598
        },
        {
            "start": 1264386600,
            "stop": 1264386614
        },
        {
            "start": 1264386619,
            "stop": 1264386648
        },
        {
            "start": 1264386660,
            "stop": 1264386704
        },
        {
            "start": 1264386706,
            "stop": 1264386759
        },
        {
            "start": 1264386760,
            "stop": 1264386767
        },
        {
            "start": 1264386769,
            "stop": 1264386774
        }
    ]
}