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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=83",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 84,
    "results": [
        {
            "start": 829965200,
            "stop": 829983238
        },
        {
            "start": 829986242,
            "stop": 829997251
        },
        {
            "start": 829999386,
            "stop": 830005165
        },
        {
            "start": 830006838,
            "stop": 830007486
        },
        {
            "start": 830038536,
            "stop": 830043959
        },
        {
            "start": 830044211,
            "stop": 830072224
        },
        {
            "start": 830074327,
            "stop": 830085860
        },
        {
            "start": 830086090,
            "stop": 830088502
        },
        {
            "start": 830089307,
            "stop": 830089478
        },
        {
            "start": 830091857,
            "stop": 830094749
        },
        {
            "start": 830097704,
            "stop": 830113218
        },
        {
            "start": 830113392,
            "stop": 830135820
        },
        {
            "start": 830136146,
            "stop": 830158287
        },
        {
            "start": 830160079,
            "stop": 830174022
        },
        {
            "start": 830175332,
            "stop": 830180176
        },
        {
            "start": 830180775,
            "stop": 830180934
        },
        {
            "start": 830180966,
            "stop": 830180973
        },
        {
            "start": 830181939,
            "stop": 830182027
        },
        {
            "start": 830182462,
            "stop": 830183008
        },
        {
            "start": 830190530,
            "stop": 830191526
        }
    ]
}