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=10055
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=10056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10054",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10055,
    "results": [
        {
            "start": 872893070,
            "stop": 872893306
        },
        {
            "start": 872893323,
            "stop": 872893368
        },
        {
            "start": 872893386,
            "stop": 872893462
        },
        {
            "start": 872893479,
            "stop": 872893575
        },
        {
            "start": 872893592,
            "stop": 872893857
        },
        {
            "start": 872893874,
            "stop": 872894271
        },
        {
            "start": 872894288,
            "stop": 872896195
        },
        {
            "start": 872896315,
            "stop": 872897310
        },
        {
            "start": 872897327,
            "stop": 872898060
        },
        {
            "start": 872898540,
            "stop": 872898600
        },
        {
            "start": 872898720,
            "stop": 872898754
        },
        {
            "start": 872898771,
            "stop": 872898780
        },
        {
            "start": 872898840,
            "stop": 872899635
        },
        {
            "start": 872899812,
            "stop": 872900357
        },
        {
            "start": 872900374,
            "stop": 872900403
        },
        {
            "start": 872900420,
            "stop": 872900519
        },
        {
            "start": 872900536,
            "stop": 872900630
        },
        {
            "start": 872900648,
            "stop": 872901904
        },
        {
            "start": 872901921,
            "stop": 872903306
        },
        {
            "start": 872903426,
            "stop": 872904361
        }
    ]
}