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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=145",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 146,
    "results": [
        {
            "start": 823169815,
            "stop": 823170175
        },
        {
            "start": 823170346,
            "stop": 823170706
        },
        {
            "start": 823171016,
            "stop": 823171256
        },
        {
            "start": 823171439,
            "stop": 823171499
        },
        {
            "start": 823171619,
            "stop": 823172549
        },
        {
            "start": 823172695,
            "stop": 823172935
        },
        {
            "start": 823173111,
            "stop": 823173231
        },
        {
            "start": 823173919,
            "stop": 823173979
        },
        {
            "start": 823174343,
            "stop": 823174403
        },
        {
            "start": 823174577,
            "stop": 823174757
        },
        {
            "start": 823174932,
            "stop": 823175112
        },
        {
            "start": 823175276,
            "stop": 823175396
        },
        {
            "start": 823175560,
            "stop": 823175680
        },
        {
            "start": 823175831,
            "stop": 823176431
        },
        {
            "start": 823176586,
            "stop": 823176946
        },
        {
            "start": 823177482,
            "stop": 823177842
        },
        {
            "start": 823178092,
            "stop": 823178692
        },
        {
            "start": 823178978,
            "stop": 823179278
        },
        {
            "start": 823179431,
            "stop": 823179671
        },
        {
            "start": 823179833,
            "stop": 823180073
        }
    ]
}