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=9809
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=9810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9808",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9809,
    "results": [
        {
            "start": 873909860,
            "stop": 873909887
        },
        {
            "start": 873909890,
            "stop": 873910035
        },
        {
            "start": 873910038,
            "stop": 873910049
        },
        {
            "start": 873910052,
            "stop": 873910132
        },
        {
            "start": 873910137,
            "stop": 873910169
        },
        {
            "start": 873910172,
            "stop": 873910177
        },
        {
            "start": 873910181,
            "stop": 873910349
        },
        {
            "start": 873910352,
            "stop": 873910470
        },
        {
            "start": 873910473,
            "stop": 873910891
        },
        {
            "start": 873910894,
            "stop": 873910909
        },
        {
            "start": 873910915,
            "stop": 873910922
        },
        {
            "start": 873910930,
            "stop": 873910945
        },
        {
            "start": 873910948,
            "stop": 873910949
        },
        {
            "start": 873910954,
            "stop": 873911059
        },
        {
            "start": 873911062,
            "stop": 873911086
        },
        {
            "start": 873911089,
            "stop": 873911092
        },
        {
            "start": 873911095,
            "stop": 873911106
        },
        {
            "start": 873911109,
            "stop": 873911110
        },
        {
            "start": 873911115,
            "stop": 873911120
        },
        {
            "start": 873911123,
            "stop": 873911126
        }
    ]
}