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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=104",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 105,
    "results": [
        {
            "start": 932441189,
            "stop": 932444231
        },
        {
            "start": 932444531,
            "stop": 932444651
        },
        {
            "start": 932450319,
            "stop": 932450464
        },
        {
            "start": 932450469,
            "stop": 932450797
        },
        {
            "start": 932450816,
            "stop": 932451248
        },
        {
            "start": 932451253,
            "stop": 932451796
        },
        {
            "start": 932451814,
            "stop": 932452381
        },
        {
            "start": 932454649,
            "stop": 932455536
        },
        {
            "start": 932455555,
            "stop": 932455621
        },
        {
            "start": 932455640,
            "stop": 932455655
        },
        {
            "start": 932455674,
            "stop": 932455754
        },
        {
            "start": 932455759,
            "stop": 932456974
        },
        {
            "start": 932456993,
            "stop": 932458712
        },
        {
            "start": 932458731,
            "stop": 932458969
        },
        {
            "start": 932458977,
            "stop": 932459456
        },
        {
            "start": 932459476,
            "stop": 932459479
        },
        {
            "start": 932459504,
            "stop": 932459509
        },
        {
            "start": 932459528,
            "stop": 932459748
        },
        {
            "start": 932459753,
            "stop": 932459814
        },
        {
            "start": 932459843,
            "stop": 932460115
        }
    ]
}