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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=230",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 231,
    "results": [
        {
            "start": 827733424,
            "stop": 827733784
        },
        {
            "start": 827733960,
            "stop": 827734620
        },
        {
            "start": 827734780,
            "stop": 827734840
        },
        {
            "start": 827734988,
            "stop": 827735108
        },
        {
            "start": 827735292,
            "stop": 827736252
        },
        {
            "start": 827736524,
            "stop": 827736584
        },
        {
            "start": 827736970,
            "stop": 827737030
        },
        {
            "start": 827737290,
            "stop": 827737410
        },
        {
            "start": 827737677,
            "stop": 827737857
        },
        {
            "start": 827738108,
            "stop": 827738228
        },
        {
            "start": 827738402,
            "stop": 827738462
        },
        {
            "start": 827738634,
            "stop": 827738754
        },
        {
            "start": 827738911,
            "stop": 827739871
        },
        {
            "start": 827740023,
            "stop": 827741043
        },
        {
            "start": 827741208,
            "stop": 827741388
        },
        {
            "start": 827741548,
            "stop": 827741608
        },
        {
            "start": 827741916,
            "stop": 827741976
        },
        {
            "start": 827743638,
            "stop": 827743818
        },
        {
            "start": 827743967,
            "stop": 827744027
        },
        {
            "start": 827745088,
            "stop": 827745268
        }
    ]
}