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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=183",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 184,
    "results": [
        {
            "start": 820184044,
            "stop": 820184045
        },
        {
            "start": 820190601,
            "stop": 820190603
        },
        {
            "start": 820190651,
            "stop": 820190928
        },
        {
            "start": 820192095,
            "stop": 820192430
        },
        {
            "start": 820192459,
            "stop": 820197125
        },
        {
            "start": 820197153,
            "stop": 820199846
        },
        {
            "start": 820199855,
            "stop": 820199870
        },
        {
            "start": 820199883,
            "stop": 820200603
        },
        {
            "start": 820200611,
            "stop": 820201873
        },
        {
            "start": 820204032,
            "stop": 820204061
        },
        {
            "start": 820204078,
            "stop": 820204091
        },
        {
            "start": 820205048,
            "stop": 820205090
        },
        {
            "start": 820205097,
            "stop": 820207747
        },
        {
            "start": 820207756,
            "stop": 820207858
        },
        {
            "start": 820207872,
            "stop": 820211533
        },
        {
            "start": 820211540,
            "stop": 820214703
        },
        {
            "start": 820215233,
            "stop": 820215264
        },
        {
            "start": 820215275,
            "stop": 820216051
        },
        {
            "start": 820216058,
            "stop": 820216710
        },
        {
            "start": 820216717,
            "stop": 820217608
        }
    ]
}