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=10224
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=10225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10223",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10224,
    "results": [
        {
            "start": 874221963,
            "stop": 874221990
        },
        {
            "start": 874222156,
            "stop": 874222367
        },
        {
            "start": 874222559,
            "stop": 874222714
        },
        {
            "start": 874222752,
            "stop": 874222765
        },
        {
            "start": 874222859,
            "stop": 874222982
        },
        {
            "start": 874223018,
            "stop": 874223043
        },
        {
            "start": 874223094,
            "stop": 874223284
        },
        {
            "start": 874223292,
            "stop": 874223318
        },
        {
            "start": 874223438,
            "stop": 874223493
        },
        {
            "start": 874223529,
            "stop": 874223616
        },
        {
            "start": 874223633,
            "stop": 874223728
        },
        {
            "start": 874223735,
            "stop": 874223831
        },
        {
            "start": 874223867,
            "stop": 874223917
        },
        {
            "start": 874224018,
            "stop": 874224121
        },
        {
            "start": 874224361,
            "stop": 874224405
        },
        {
            "start": 874224468,
            "stop": 874224470
        },
        {
            "start": 874224556,
            "stop": 874224589
        },
        {
            "start": 874224625,
            "stop": 874224685
        },
        {
            "start": 874224840,
            "stop": 874225017
        },
        {
            "start": 874225025,
            "stop": 874225053
        }
    ]
}