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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=235",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 236,
    "results": [
        {
            "start": 850111655,
            "stop": 850111675
        },
        {
            "start": 850111679,
            "stop": 850111723
        },
        {
            "start": 850111726,
            "stop": 850111732
        },
        {
            "start": 850111747,
            "stop": 850111787
        },
        {
            "start": 850111792,
            "stop": 850111862
        },
        {
            "start": 850111867,
            "stop": 850111887
        },
        {
            "start": 850111915,
            "stop": 850111935
        },
        {
            "start": 850111944,
            "stop": 850111998
        },
        {
            "start": 850112004,
            "stop": 850112053
        },
        {
            "start": 850112057,
            "stop": 850112083
        },
        {
            "start": 850112087,
            "stop": 850112107
        },
        {
            "start": 850112111,
            "stop": 850112152
        },
        {
            "start": 850112156,
            "stop": 850112337
        },
        {
            "start": 850112346,
            "stop": 850112376
        },
        {
            "start": 850112390,
            "stop": 850112444
        },
        {
            "start": 850112453,
            "stop": 850112464
        },
        {
            "start": 850112468,
            "stop": 850112535
        },
        {
            "start": 850112539,
            "stop": 850112701
        },
        {
            "start": 850112705,
            "stop": 850112716
        },
        {
            "start": 850112724,
            "stop": 850112819
        }
    ]
}