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=797
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=798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=796",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 797,
    "results": [
        {
            "start": 858552488,
            "stop": 858553868
        },
        {
            "start": 858554065,
            "stop": 858555445
        },
        {
            "start": 858557198,
            "stop": 858558638
        },
        {
            "start": 858560266,
            "stop": 858563086
        },
        {
            "start": 858563239,
            "stop": 858564739
        },
        {
            "start": 858564942,
            "stop": 858579762
        },
        {
            "start": 858579993,
            "stop": 858584013
        },
        {
            "start": 858586757,
            "stop": 858588377
        },
        {
            "start": 858588527,
            "stop": 858591437
        },
        {
            "start": 858591620,
            "stop": 858594380
        },
        {
            "start": 858595441,
            "stop": 858599761
        },
        {
            "start": 858599928,
            "stop": 858602508
        },
        {
            "start": 858602656,
            "stop": 858603736
        },
        {
            "start": 858603932,
            "stop": 858604532
        },
        {
            "start": 858604679,
            "stop": 858607019
        },
        {
            "start": 858608916,
            "stop": 858608976
        },
        {
            "start": 858611383,
            "stop": 858611443
        },
        {
            "start": 858615999,
            "stop": 858616059
        },
        {
            "start": 858616212,
            "stop": 858616452
        },
        {
            "start": 858616646,
            "stop": 858617606
        }
    ]
}