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=2180
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=2181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2179",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2180,
    "results": [
        {
            "start": 872458579,
            "stop": 872458622
        },
        {
            "start": 872458641,
            "stop": 872458647
        },
        {
            "start": 872458691,
            "stop": 872458712
        },
        {
            "start": 872458731,
            "stop": 872458737
        },
        {
            "start": 872458756,
            "stop": 872458786
        },
        {
            "start": 872458841,
            "stop": 872458941
        },
        {
            "start": 872459346,
            "stop": 872459480
        },
        {
            "start": 872459499,
            "stop": 872459877
        },
        {
            "start": 872459903,
            "stop": 872460155
        },
        {
            "start": 872460214,
            "stop": 872460293
        },
        {
            "start": 872460339,
            "stop": 872460547
        },
        {
            "start": 872460574,
            "stop": 872460576
        },
        {
            "start": 872460648,
            "stop": 872461111
        },
        {
            "start": 872461130,
            "stop": 872461234
        },
        {
            "start": 872461264,
            "stop": 872461267
        },
        {
            "start": 872461286,
            "stop": 872461321
        },
        {
            "start": 872461347,
            "stop": 872461408
        },
        {
            "start": 872461430,
            "stop": 872461724
        },
        {
            "start": 872461772,
            "stop": 872461777
        },
        {
            "start": 872461797,
            "stop": 872461803
        }
    ]
}