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=4828
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=4829",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4827",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4828,
    "results": [
        {
            "start": 971167119,
            "stop": 971167201
        },
        {
            "start": 971167204,
            "stop": 971168111
        },
        {
            "start": 971168114,
            "stop": 971168460
        },
        {
            "start": 971168463,
            "stop": 971168971
        },
        {
            "start": 971168974,
            "stop": 971170231
        },
        {
            "start": 971170234,
            "stop": 971170331
        },
        {
            "start": 971170334,
            "stop": 971170622
        },
        {
            "start": 971170639,
            "stop": 971171232
        },
        {
            "start": 971171235,
            "stop": 971171453
        },
        {
            "start": 971171456,
            "stop": 971172246
        },
        {
            "start": 971172249,
            "stop": 971172688
        },
        {
            "start": 971172691,
            "stop": 971173358
        },
        {
            "start": 971174955,
            "stop": 971175520
        },
        {
            "start": 971175523,
            "stop": 971175628
        },
        {
            "start": 971176298,
            "stop": 971176410
        },
        {
            "start": 971176413,
            "stop": 971177273
        },
        {
            "start": 971177276,
            "stop": 971177460
        },
        {
            "start": 971177463,
            "stop": 971177711
        },
        {
            "start": 971177714,
            "stop": 971178521
        },
        {
            "start": 971178524,
            "stop": 971178644
        }
    ]
}