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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=207",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 208,
    "results": [
        {
            "start": 816859492,
            "stop": 816859518
        },
        {
            "start": 816859523,
            "stop": 816859563
        },
        {
            "start": 816859567,
            "stop": 816859596
        },
        {
            "start": 816859604,
            "stop": 816859610
        },
        {
            "start": 816859615,
            "stop": 816859619
        },
        {
            "start": 816859627,
            "stop": 816859709
        },
        {
            "start": 816859713,
            "stop": 816859717
        },
        {
            "start": 816859721,
            "stop": 816859725
        },
        {
            "start": 816859730,
            "stop": 816859733
        },
        {
            "start": 816859744,
            "stop": 816859745
        },
        {
            "start": 816859758,
            "stop": 816859759
        },
        {
            "start": 816859775,
            "stop": 816859781
        },
        {
            "start": 816859787,
            "stop": 816859796
        },
        {
            "start": 816859802,
            "stop": 816859809
        },
        {
            "start": 816859819,
            "stop": 816859823
        },
        {
            "start": 816859838,
            "stop": 816859860
        },
        {
            "start": 816859866,
            "stop": 816859908
        },
        {
            "start": 816859920,
            "stop": 816859922
        },
        {
            "start": 816859929,
            "stop": 816860045
        },
        {
            "start": 816860051,
            "stop": 816860151
        }
    ]
}