Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10225
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=10226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10224",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10225,
    "results": [
        {
            "start": 874225089,
            "stop": 874225110
        },
        {
            "start": 874225200,
            "stop": 874225221
        },
        {
            "start": 874225257,
            "stop": 874225308
        },
        {
            "start": 874229640,
            "stop": 874229700
        },
        {
            "start": 874229820,
            "stop": 874229907
        },
        {
            "start": 874230000,
            "stop": 874230441
        },
        {
            "start": 874230477,
            "stop": 874230743
        },
        {
            "start": 874230815,
            "stop": 874230862
        },
        {
            "start": 874230933,
            "stop": 874231305
        },
        {
            "start": 874231345,
            "stop": 874231789
        },
        {
            "start": 874231796,
            "stop": 874232022
        },
        {
            "start": 874232058,
            "stop": 874232078
        },
        {
            "start": 874232114,
            "stop": 874232233
        },
        {
            "start": 874232240,
            "stop": 874232505
        },
        {
            "start": 874232522,
            "stop": 874232555
        },
        {
            "start": 874232625,
            "stop": 874232957
        },
        {
            "start": 874232993,
            "stop": 874233004
        },
        {
            "start": 874233040,
            "stop": 874233229
        },
        {
            "start": 874233236,
            "stop": 874233822
        },
        {
            "start": 874233916,
            "stop": 874233961
        }
    ]
}