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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=159",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 160,
    "results": [
        {
            "start": 819012759,
            "stop": 819012810
        },
        {
            "start": 819014070,
            "stop": 819015172
        },
        {
            "start": 819015202,
            "stop": 819015937
        },
        {
            "start": 819015966,
            "stop": 819017208
        },
        {
            "start": 819017237,
            "stop": 819019993
        },
        {
            "start": 819020069,
            "stop": 819020863
        },
        {
            "start": 819020892,
            "stop": 819030090
        },
        {
            "start": 819031354,
            "stop": 819031386
        },
        {
            "start": 819031418,
            "stop": 819033894
        },
        {
            "start": 819033947,
            "stop": 819033963
        },
        {
            "start": 819034005,
            "stop": 819035473
        },
        {
            "start": 819035730,
            "stop": 819036733
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        },
        {
            "start": 819036971,
            "stop": 819037065
        },
        {
            "start": 819037112,
            "stop": 819037116
        },
        {
            "start": 819037164,
            "stop": 819037166
        },
        {
            "start": 819037273,
            "stop": 819037394
        },
        {
            "start": 819037429,
            "stop": 819037432
        },
        {
            "start": 819038616,
            "stop": 819039134
        }
    ]
}