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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=159",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 160,
    "results": [
        {
            "start": 1264348414,
            "stop": 1264348417
        },
        {
            "start": 1264348419,
            "stop": 1264348427
        },
        {
            "start": 1264348429,
            "stop": 1264348431
        },
        {
            "start": 1264348434,
            "stop": 1264348438
        },
        {
            "start": 1264348439,
            "stop": 1264348464
        },
        {
            "start": 1264348466,
            "stop": 1264348697
        },
        {
            "start": 1264348698,
            "stop": 1264348705
        },
        {
            "start": 1264348706,
            "stop": 1264348720
        },
        {
            "start": 1264348721,
            "stop": 1264348737
        },
        {
            "start": 1264348738,
            "stop": 1264348740
        },
        {
            "start": 1264348741,
            "stop": 1264348743
        },
        {
            "start": 1264348744,
            "stop": 1264348746
        },
        {
            "start": 1264348747,
            "stop": 1264348815
        },
        {
            "start": 1264348816,
            "stop": 1264348819
        },
        {
            "start": 1264348820,
            "stop": 1264348825
        },
        {
            "start": 1264348829,
            "stop": 1264348833
        },
        {
            "start": 1264348836,
            "stop": 1264348837
        },
        {
            "start": 1264348838,
            "stop": 1264348845
        },
        {
            "start": 1264348848,
            "stop": 1264348851
        },
        {
            "start": 1264348852,
            "stop": 1264348853
        }
    ]
}