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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=131",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 132,
    "results": [
        {
            "start": 816827970,
            "stop": 816827973
        },
        {
            "start": 816827976,
            "stop": 816827996
        },
        {
            "start": 816828001,
            "stop": 816828004
        },
        {
            "start": 816828009,
            "stop": 816828012
        },
        {
            "start": 816828016,
            "stop": 816828062
        },
        {
            "start": 816828075,
            "stop": 816828081
        },
        {
            "start": 816828086,
            "stop": 816828110
        },
        {
            "start": 816828114,
            "stop": 816828164
        },
        {
            "start": 816828170,
            "stop": 816828180
        },
        {
            "start": 816828184,
            "stop": 816828294
        },
        {
            "start": 816828301,
            "stop": 816828307
        },
        {
            "start": 816828313,
            "stop": 816828325
        },
        {
            "start": 816828329,
            "stop": 816828343
        },
        {
            "start": 816828365,
            "stop": 816828366
        },
        {
            "start": 816828373,
            "stop": 816828374
        },
        {
            "start": 816828378,
            "stop": 816828379
        },
        {
            "start": 816828382,
            "stop": 816828383
        },
        {
            "start": 816828388,
            "stop": 816828393
        },
        {
            "start": 816828397,
            "stop": 816828470
        },
        {
            "start": 816828475,
            "stop": 816828508
        }
    ]
}