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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=263",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 264,
    "results": [
        {
            "start": 931469495,
            "stop": 931469502
        },
        {
            "start": 931469504,
            "stop": 931469548
        },
        {
            "start": 931469550,
            "stop": 931469556
        },
        {
            "start": 931469558,
            "stop": 931469563
        },
        {
            "start": 931469565,
            "stop": 931469575
        },
        {
            "start": 931469579,
            "stop": 931469590
        },
        {
            "start": 931469594,
            "stop": 931469597
        },
        {
            "start": 931469601,
            "stop": 931469603
        },
        {
            "start": 931469612,
            "stop": 931469615
        },
        {
            "start": 931469617,
            "stop": 931469623
        },
        {
            "start": 931469625,
            "stop": 931469632
        },
        {
            "start": 931469634,
            "stop": 931469644
        },
        {
            "start": 931469647,
            "stop": 931469701
        },
        {
            "start": 931469706,
            "stop": 931469712
        },
        {
            "start": 931469714,
            "stop": 931469717
        },
        {
            "start": 931469720,
            "stop": 931469721
        },
        {
            "start": 931469724,
            "stop": 931469729
        },
        {
            "start": 931469731,
            "stop": 931469736
        },
        {
            "start": 931469740,
            "stop": 931469762
        },
        {
            "start": 931469763,
            "stop": 931469764
        }
    ]
}