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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=172",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 173,
    "results": [
        {
            "start": 816863104,
            "stop": 816863108
        },
        {
            "start": 816863114,
            "stop": 816863181
        },
        {
            "start": 816863186,
            "stop": 816863191
        },
        {
            "start": 816863195,
            "stop": 816863342
        },
        {
            "start": 816863347,
            "stop": 816863350
        },
        {
            "start": 816863354,
            "stop": 816863374
        },
        {
            "start": 816863380,
            "stop": 816863383
        },
        {
            "start": 816863387,
            "stop": 816863451
        },
        {
            "start": 816863456,
            "stop": 816863495
        },
        {
            "start": 816863503,
            "stop": 816863575
        },
        {
            "start": 816863586,
            "stop": 816863588
        },
        {
            "start": 816863593,
            "stop": 816863596
        },
        {
            "start": 816863602,
            "stop": 816863605
        },
        {
            "start": 816863610,
            "stop": 816863612
        },
        {
            "start": 816863616,
            "stop": 816863619
        },
        {
            "start": 816863622,
            "stop": 816863783
        },
        {
            "start": 816863787,
            "stop": 816863810
        },
        {
            "start": 816863815,
            "stop": 816863818
        },
        {
            "start": 816863821,
            "stop": 816863898
        },
        {
            "start": 816863904,
            "stop": 816863914
        }
    ]
}