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=9762
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=9763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9761",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9762,
    "results": [
        {
            "start": 873581487,
            "stop": 873581802
        },
        {
            "start": 873581805,
            "stop": 873582163
        },
        {
            "start": 873582285,
            "stop": 873597089
        },
        {
            "start": 873597092,
            "stop": 873597148
        },
        {
            "start": 873597151,
            "stop": 873597264
        },
        {
            "start": 873597269,
            "stop": 873597278
        },
        {
            "start": 873597281,
            "stop": 873597326
        },
        {
            "start": 873597329,
            "stop": 873597504
        },
        {
            "start": 873597507,
            "stop": 873597846
        },
        {
            "start": 873597849,
            "stop": 873597852
        },
        {
            "start": 873597857,
            "stop": 873597877
        },
        {
            "start": 873597882,
            "stop": 873597956
        },
        {
            "start": 873597959,
            "stop": 873597960
        },
        {
            "start": 873597964,
            "stop": 873600133
        },
        {
            "start": 873600136,
            "stop": 873600518
        },
        {
            "start": 873600521,
            "stop": 873600619
        },
        {
            "start": 873600622,
            "stop": 873601628
        },
        {
            "start": 873601636,
            "stop": 873601637
        },
        {
            "start": 873601640,
            "stop": 873601680
        },
        {
            "start": 873601684,
            "stop": 873601686
        }
    ]
}