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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=134",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 135,
    "results": [
        {
            "start": 932725402,
            "stop": 932725446
        },
        {
            "start": 932725484,
            "stop": 932725497
        },
        {
            "start": 932725516,
            "stop": 932725535
        },
        {
            "start": 932725576,
            "stop": 932725672
        },
        {
            "start": 932725696,
            "stop": 932725703
        },
        {
            "start": 932725785,
            "stop": 932725848
        },
        {
            "start": 932725934,
            "stop": 932725941
        },
        {
            "start": 932725946,
            "stop": 932726029
        },
        {
            "start": 932726053,
            "stop": 932726118
        },
        {
            "start": 932726170,
            "stop": 932726292
        },
        {
            "start": 932726362,
            "stop": 932726372
        },
        {
            "start": 932726392,
            "stop": 932726395
        },
        {
            "start": 932726496,
            "stop": 932726498
        },
        {
            "start": 932726517,
            "stop": 932726527
        },
        {
            "start": 932726566,
            "stop": 932726581
        },
        {
            "start": 932726656,
            "stop": 932726672
        },
        {
            "start": 932726691,
            "stop": 932726725
        },
        {
            "start": 932726748,
            "stop": 932726764
        },
        {
            "start": 932726833,
            "stop": 932726834
        },
        {
            "start": 932726868,
            "stop": 932726884
        }
    ]
}