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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=18",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 19,
    "results": [
        {
            "start": 1399365406,
            "stop": 1399365711
        },
        {
            "start": 1399365713,
            "stop": 1399365806
        },
        {
            "start": 1399365808,
            "stop": 1399365824
        },
        {
            "start": 1399365826,
            "stop": 1399365884
        },
        {
            "start": 1399365885,
            "stop": 1399365962
        },
        {
            "start": 1399365964,
            "stop": 1399366010
        },
        {
            "start": 1399366012,
            "stop": 1399366147
        },
        {
            "start": 1399366148,
            "stop": 1399366286
        },
        {
            "start": 1399366288,
            "stop": 1399366335
        },
        {
            "start": 1399366337,
            "stop": 1399366494
        },
        {
            "start": 1399366495,
            "stop": 1399366750
        },
        {
            "start": 1399366752,
            "stop": 1399366786
        },
        {
            "start": 1399366787,
            "stop": 1399375062
        },
        {
            "start": 1399375064,
            "stop": 1399375382
        },
        {
            "start": 1399375384,
            "stop": 1399380919
        },
        {
            "start": 1399380921,
            "stop": 1399385093
        },
        {
            "start": 1399385094,
            "stop": 1399385627
        },
        {
            "start": 1399385629,
            "stop": 1399390389
        },
        {
            "start": 1399390394,
            "stop": 1399391505
        },
        {
            "start": 1399391509,
            "stop": 1399392303
        }
    ]
}