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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4559",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4557",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4558,
    "results": [
        {
            "start": 968781936,
            "stop": 968781963
        },
        {
            "start": 968781966,
            "stop": 968781998
        },
        {
            "start": 968782058,
            "stop": 968782099
        },
        {
            "start": 968782103,
            "stop": 968782132
        },
        {
            "start": 968782135,
            "stop": 968782143
        },
        {
            "start": 968782146,
            "stop": 968782237
        },
        {
            "start": 968782242,
            "stop": 968782275
        },
        {
            "start": 968782278,
            "stop": 968782440
        },
        {
            "start": 968782445,
            "stop": 968782457
        },
        {
            "start": 968782463,
            "stop": 968782533
        },
        {
            "start": 968782536,
            "stop": 968782645
        },
        {
            "start": 968782648,
            "stop": 968782661
        },
        {
            "start": 968782664,
            "stop": 968782958
        },
        {
            "start": 968783078,
            "stop": 968783432
        },
        {
            "start": 968783435,
            "stop": 968783864
        },
        {
            "start": 968783867,
            "stop": 968784276
        },
        {
            "start": 968784279,
            "stop": 968785262
        },
        {
            "start": 968785265,
            "stop": 968785778
        },
        {
            "start": 968785781,
            "stop": 968786251
        },
        {
            "start": 968786254,
            "stop": 968786272
        }
    ]
}