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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5159",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5160,
    "results": [
        {
            "start": 969623798,
            "stop": 969623810
        },
        {
            "start": 969623813,
            "stop": 969623833
        },
        {
            "start": 969623836,
            "stop": 969623881
        },
        {
            "start": 969623884,
            "stop": 969623956
        },
        {
            "start": 969623959,
            "stop": 969624025
        },
        {
            "start": 969624034,
            "stop": 969624056
        },
        {
            "start": 969624061,
            "stop": 969624086
        },
        {
            "start": 969624091,
            "stop": 969624135
        },
        {
            "start": 969624138,
            "stop": 969624218
        },
        {
            "start": 969624338,
            "stop": 969624351
        },
        {
            "start": 969624354,
            "stop": 969624375
        },
        {
            "start": 969624378,
            "stop": 969624393
        },
        {
            "start": 969624396,
            "stop": 969624484
        },
        {
            "start": 969624487,
            "stop": 969624506
        },
        {
            "start": 969624509,
            "stop": 969624660
        },
        {
            "start": 969624663,
            "stop": 969624704
        },
        {
            "start": 969624707,
            "stop": 969624765
        },
        {
            "start": 969624768,
            "stop": 969624872
        },
        {
            "start": 969624875,
            "stop": 969624878
        },
        {
            "start": 969625538,
            "stop": 969625598
        }
    ]
}