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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=290",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 291,
    "results": [
        {
            "start": 822318924,
            "stop": 822319074
        },
        {
            "start": 822319079,
            "stop": 822319769
        },
        {
            "start": 822319777,
            "stop": 822319838
        },
        {
            "start": 822319844,
            "stop": 822320075
        },
        {
            "start": 822320426,
            "stop": 822320531
        },
        {
            "start": 822320536,
            "stop": 822320549
        },
        {
            "start": 822320554,
            "stop": 822320572
        },
        {
            "start": 822321592,
            "stop": 822321992
        },
        {
            "start": 822321997,
            "stop": 822322767
        },
        {
            "start": 822322772,
            "stop": 822323359
        },
        {
            "start": 822323365,
            "stop": 822323705
        },
        {
            "start": 822323710,
            "stop": 822323843
        },
        {
            "start": 822323854,
            "stop": 822323869
        },
        {
            "start": 822323880,
            "stop": 822323895
        },
        {
            "start": 822323900,
            "stop": 822323952
        },
        {
            "start": 822324034,
            "stop": 822324443
        },
        {
            "start": 822324456,
            "stop": 822324517
        },
        {
            "start": 822324522,
            "stop": 822324548
        },
        {
            "start": 822324558,
            "stop": 822324606
        },
        {
            "start": 822324612,
            "stop": 822324689
        }
    ]
}