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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=156",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 157,
    "results": [
        {
            "start": 932855016,
            "stop": 932855127
        },
        {
            "start": 932855166,
            "stop": 932855257
        },
        {
            "start": 932855279,
            "stop": 932855322
        },
        {
            "start": 932855351,
            "stop": 932855353
        },
        {
            "start": 932855394,
            "stop": 932855407
        },
        {
            "start": 932855431,
            "stop": 932855434
        },
        {
            "start": 932855452,
            "stop": 932855519
        },
        {
            "start": 932855540,
            "stop": 932855541
        },
        {
            "start": 932855578,
            "stop": 932855678
        },
        {
            "start": 932855679,
            "stop": 932855695
        },
        {
            "start": 932855700,
            "stop": 932855714
        },
        {
            "start": 932855756,
            "stop": 932855900
        },
        {
            "start": 932855923,
            "stop": 932855933
        },
        {
            "start": 932855991,
            "stop": 932856009
        },
        {
            "start": 932856035,
            "stop": 932856113
        },
        {
            "start": 932856251,
            "stop": 932856337
        },
        {
            "start": 932856359,
            "stop": 932856391
        },
        {
            "start": 932856439,
            "stop": 932856478
        },
        {
            "start": 932856479,
            "stop": 932856665
        },
        {
            "start": 932856666,
            "stop": 932856761
        }
    ]
}