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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=168",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 169,
    "results": [
        {
            "start": 818760401,
            "stop": 818760409
        },
        {
            "start": 818760422,
            "stop": 818760431
        },
        {
            "start": 818760439,
            "stop": 818760448
        },
        {
            "start": 818760466,
            "stop": 818760471
        },
        {
            "start": 818760481,
            "stop": 818760503
        },
        {
            "start": 818760511,
            "stop": 818760514
        },
        {
            "start": 818760529,
            "stop": 818760533
        },
        {
            "start": 818760542,
            "stop": 818760543
        },
        {
            "start": 818760561,
            "stop": 818760567
        },
        {
            "start": 818769500,
            "stop": 818770224
        },
        {
            "start": 818770232,
            "stop": 818770403
        },
        {
            "start": 818770413,
            "stop": 818770506
        },
        {
            "start": 818770514,
            "stop": 818770520
        },
        {
            "start": 818770528,
            "stop": 818770530
        },
        {
            "start": 818770539,
            "stop": 818770542
        },
        {
            "start": 818770550,
            "stop": 818770580
        },
        {
            "start": 818770588,
            "stop": 818770614
        },
        {
            "start": 818770629,
            "stop": 818770679
        },
        {
            "start": 818770687,
            "stop": 818770691
        },
        {
            "start": 818770699,
            "stop": 818770717
        }
    ]
}