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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=160",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 161,
    "results": [
        {
            "start": 816780298,
            "stop": 816780321
        },
        {
            "start": 816780325,
            "stop": 816780327
        },
        {
            "start": 816780332,
            "stop": 816780335
        },
        {
            "start": 816780338,
            "stop": 816780340
        },
        {
            "start": 816780345,
            "stop": 816780347
        },
        {
            "start": 816780357,
            "stop": 816780361
        },
        {
            "start": 816780365,
            "stop": 816780366
        },
        {
            "start": 816780369,
            "stop": 816780370
        },
        {
            "start": 816780373,
            "stop": 816780383
        },
        {
            "start": 816780386,
            "stop": 816780399
        },
        {
            "start": 816780402,
            "stop": 816780408
        },
        {
            "start": 816780412,
            "stop": 816780425
        },
        {
            "start": 816780428,
            "stop": 816780449
        },
        {
            "start": 816780452,
            "stop": 816780464
        },
        {
            "start": 816780468,
            "stop": 816780482
        },
        {
            "start": 816780485,
            "stop": 816780514
        },
        {
            "start": 816780517,
            "stop": 816780659
        },
        {
            "start": 816780663,
            "stop": 816780668
        },
        {
            "start": 816780673,
            "stop": 816780680
        },
        {
            "start": 816780686,
            "stop": 816780734
        }
    ]
}