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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=182",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 183,
    "results": [
        {
            "start": 1264372927,
            "stop": 1264372953
        },
        {
            "start": 1264372954,
            "stop": 1264372972
        },
        {
            "start": 1264372973,
            "stop": 1264372977
        },
        {
            "start": 1264372978,
            "stop": 1264372982
        },
        {
            "start": 1264372985,
            "stop": 1264372999
        },
        {
            "start": 1264373000,
            "stop": 1264373005
        },
        {
            "start": 1264373008,
            "stop": 1264373059
        },
        {
            "start": 1264373061,
            "stop": 1264373129
        },
        {
            "start": 1264373130,
            "stop": 1264373131
        },
        {
            "start": 1264373133,
            "stop": 1264373149
        },
        {
            "start": 1264373150,
            "stop": 1264373190
        },
        {
            "start": 1264373192,
            "stop": 1264373292
        },
        {
            "start": 1264373294,
            "stop": 1264373374
        },
        {
            "start": 1264373376,
            "stop": 1264373494
        },
        {
            "start": 1264373495,
            "stop": 1264373496
        },
        {
            "start": 1264373498,
            "stop": 1264373502
        },
        {
            "start": 1264373506,
            "stop": 1264373521
        },
        {
            "start": 1264373524,
            "stop": 1264373533
        },
        {
            "start": 1264373536,
            "stop": 1264373541
        },
        {
            "start": 1264373543,
            "stop": 1264373548
        }
    ]
}