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_CAT3/segments?format=api&page=5222
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5221",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5222,
    "results": [
        {
            "start": 874162931,
            "stop": 874162978
        },
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184724,
            "stop": 874184746
        },
        {
            "start": 874184800,
            "stop": 874184837
        },
        {
            "start": 874184844,
            "stop": 874184856
        },
        {
            "start": 874184948,
            "stop": 874184988
        },
        {
            "start": 874185052,
            "stop": 874185318
        },
        {
            "start": 874187757,
            "stop": 874187797
        },
        {
            "start": 874187831,
            "stop": 874187990
        },
        {
            "start": 874188026,
            "stop": 874189285
        },
        {
            "start": 874189407,
            "stop": 874190373
        },
        {
            "start": 874190410,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191706
        },
        {
            "start": 874191774,
            "stop": 874191780
        },
        {
            "start": 874191816,
            "stop": 874191867
        },
        {
            "start": 874191918,
            "stop": 874192093
        },
        {
            "start": 874192101,
            "stop": 874192365
        },
        {
            "start": 874192372,
            "stop": 874192462
        },
        {
            "start": 874192469,
            "stop": 874192553
        },
        {
            "start": 874192589,
            "stop": 874192868
        }
    ]
}