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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=736",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 737,
    "results": [
        {
            "start": 855379681,
            "stop": 855380581
        },
        {
            "start": 855380908,
            "stop": 855381988
        },
        {
            "start": 855383392,
            "stop": 855383452
        },
        {
            "start": 855383602,
            "stop": 855387052
        },
        {
            "start": 855387624,
            "stop": 855392064
        },
        {
            "start": 855392268,
            "stop": 855393468
        },
        {
            "start": 855393964,
            "stop": 855396604
        },
        {
            "start": 855398978,
            "stop": 855405338
        },
        {
            "start": 855405519,
            "stop": 855410979
        },
        {
            "start": 855411509,
            "stop": 855411899
        },
        {
            "start": 855412049,
            "stop": 855412229
        },
        {
            "start": 855412319,
            "stop": 855414029
        },
        {
            "start": 855415556,
            "stop": 855415856
        },
        {
            "start": 855416153,
            "stop": 855416993
        },
        {
            "start": 855459296,
            "stop": 855460376
        },
        {
            "start": 855461077,
            "stop": 855461617
        },
        {
            "start": 855461759,
            "stop": 855462809
        },
        {
            "start": 855463000,
            "stop": 855465460
        },
        {
            "start": 855465649,
            "stop": 855466249
        },
        {
            "start": 855466339,
            "stop": 855466879
        }
    ]
}