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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=248",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 249,
    "results": [
        {
            "start": 852063672,
            "stop": 852063678
        },
        {
            "start": 852063687,
            "stop": 852063737
        },
        {
            "start": 852063751,
            "stop": 852063761
        },
        {
            "start": 852063765,
            "stop": 852063771
        },
        {
            "start": 852063800,
            "stop": 852063805
        },
        {
            "start": 852063834,
            "stop": 852063849
        },
        {
            "start": 852063853,
            "stop": 852063874
        },
        {
            "start": 852063917,
            "stop": 852063922
        },
        {
            "start": 852063960,
            "stop": 852064569
        },
        {
            "start": 852064578,
            "stop": 852064680
        },
        {
            "start": 852064694,
            "stop": 852064704
        },
        {
            "start": 852064708,
            "stop": 852065233
        },
        {
            "start": 852147338,
            "stop": 852147373
        },
        {
            "start": 852154477,
            "stop": 852156133
        },
        {
            "start": 852156816,
            "stop": 852205166
        },
        {
            "start": 852205170,
            "stop": 852205228
        },
        {
            "start": 852205232,
            "stop": 852205242
        },
        {
            "start": 852205246,
            "stop": 852205266
        },
        {
            "start": 852205271,
            "stop": 852205384
        },
        {
            "start": 852205393,
            "stop": 852205418
        }
    ]
}