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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10103",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10104,
    "results": [
        {
            "start": 873362959,
            "stop": 873362970
        },
        {
            "start": 873364508,
            "stop": 873365043
        },
        {
            "start": 873365054,
            "stop": 873365310
        },
        {
            "start": 873366806,
            "stop": 873367553
        },
        {
            "start": 873367561,
            "stop": 873367593
        },
        {
            "start": 873367601,
            "stop": 873368213
        },
        {
            "start": 873368221,
            "stop": 873368230
        },
        {
            "start": 873368237,
            "stop": 873368254
        },
        {
            "start": 873368261,
            "stop": 873368582
        },
        {
            "start": 873368599,
            "stop": 873369343
        },
        {
            "start": 873369351,
            "stop": 873369455
        },
        {
            "start": 873369462,
            "stop": 873369891
        },
        {
            "start": 873369898,
            "stop": 873369913
        },
        {
            "start": 873369920,
            "stop": 873370217
        },
        {
            "start": 873370224,
            "stop": 873370362
        },
        {
            "start": 873370369,
            "stop": 873370776
        },
        {
            "start": 873370793,
            "stop": 873370837
        },
        {
            "start": 873370845,
            "stop": 873370945
        },
        {
            "start": 873370990,
            "stop": 873371008
        },
        {
            "start": 873371016,
            "stop": 873371021
        }
    ]
}