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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=264",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 265,
    "results": [
        {
            "start": 933408885,
            "stop": 933409445
        },
        {
            "start": 933409446,
            "stop": 933411893
        },
        {
            "start": 933411894,
            "stop": 933413550
        },
        {
            "start": 933413551,
            "stop": 933415195
        },
        {
            "start": 933415196,
            "stop": 933416197
        },
        {
            "start": 933424620,
            "stop": 933424704
        },
        {
            "start": 933424709,
            "stop": 933425244
        },
        {
            "start": 933425249,
            "stop": 933425305
        },
        {
            "start": 933425310,
            "stop": 933425325
        },
        {
            "start": 933425330,
            "stop": 933425418
        },
        {
            "start": 933425423,
            "stop": 933425693
        },
        {
            "start": 933445376,
            "stop": 933445546
        },
        {
            "start": 933445547,
            "stop": 933445915
        },
        {
            "start": 933445920,
            "stop": 933446177
        },
        {
            "start": 933446182,
            "stop": 933446344
        },
        {
            "start": 933446349,
            "stop": 933446499
        },
        {
            "start": 933446504,
            "stop": 933446896
        },
        {
            "start": 933446901,
            "stop": 933447050
        },
        {
            "start": 933447055,
            "stop": 933447061
        },
        {
            "start": 933447067,
            "stop": 933447578
        }
    ]
}