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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=150",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 151,
    "results": [
        {
            "start": 816846949,
            "stop": 816846951
        },
        {
            "start": 816846955,
            "stop": 816846957
        },
        {
            "start": 816846962,
            "stop": 816846964
        },
        {
            "start": 816846968,
            "stop": 816846972
        },
        {
            "start": 816846976,
            "stop": 816846978
        },
        {
            "start": 816846986,
            "stop": 816846992
        },
        {
            "start": 816846998,
            "stop": 816846999
        },
        {
            "start": 816847007,
            "stop": 816847008
        },
        {
            "start": 816847011,
            "stop": 816847014
        },
        {
            "start": 816847018,
            "stop": 816847080
        },
        {
            "start": 816847099,
            "stop": 816847102
        },
        {
            "start": 816847108,
            "stop": 816847111
        },
        {
            "start": 816847115,
            "stop": 816847255
        },
        {
            "start": 816847260,
            "stop": 816847264
        },
        {
            "start": 816847269,
            "stop": 816847270
        },
        {
            "start": 816847276,
            "stop": 816847287
        },
        {
            "start": 816847291,
            "stop": 816847295
        },
        {
            "start": 816847299,
            "stop": 816847357
        },
        {
            "start": 816847363,
            "stop": 816847364
        },
        {
            "start": 816847368,
            "stop": 816847370
        }
    ]
}