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=5036
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=5037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5035",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5036,
    "results": [
        {
            "start": 872590049,
            "stop": 872590101
        },
        {
            "start": 872590142,
            "stop": 872590146
        },
        {
            "start": 872590186,
            "stop": 872590220
        },
        {
            "start": 872590256,
            "stop": 872590343
        },
        {
            "start": 872590379,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872591409
        },
        {
            "start": 872591445,
            "stop": 872591983
        },
        {
            "start": 872592019,
            "stop": 872592029
        },
        {
            "start": 872592095,
            "stop": 872592233
        },
        {
            "start": 872592269,
            "stop": 872592348
        },
        {
            "start": 872592364,
            "stop": 872592551
        },
        {
            "start": 872592587,
            "stop": 872592990
        },
        {
            "start": 872593026,
            "stop": 872593096
        },
        {
            "start": 872593205,
            "stop": 872593214
        },
        {
            "start": 872593268,
            "stop": 872593373
        },
        {
            "start": 872593409,
            "stop": 872593428
        },
        {
            "start": 872593476,
            "stop": 872593531
        },
        {
            "start": 872593615,
            "stop": 872593697
        },
        {
            "start": 872593737,
            "stop": 872593771
        },
        {
            "start": 872593807,
            "stop": 872593905
        }
    ]
}