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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=280",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 281,
    "results": [
        {
            "start": 817994433,
            "stop": 817994441
        },
        {
            "start": 817994470,
            "stop": 817994502
        },
        {
            "start": 817994530,
            "stop": 817994565
        },
        {
            "start": 817994594,
            "stop": 817994601
        },
        {
            "start": 817994664,
            "stop": 817994698
        },
        {
            "start": 817994790,
            "stop": 817994939
        },
        {
            "start": 817994969,
            "stop": 817994974
        },
        {
            "start": 817994994,
            "stop": 817994999
        },
        {
            "start": 817995029,
            "stop": 817995042
        },
        {
            "start": 817995061,
            "stop": 817995137
        },
        {
            "start": 817995156,
            "stop": 817995188
        },
        {
            "start": 817995236,
            "stop": 817995297
        },
        {
            "start": 817995322,
            "stop": 817995382
        },
        {
            "start": 818049775,
            "stop": 818049784
        },
        {
            "start": 818049811,
            "stop": 818049812
        },
        {
            "start": 818049846,
            "stop": 818049862
        },
        {
            "start": 818049879,
            "stop": 818049894
        },
        {
            "start": 818050051,
            "stop": 818050055
        },
        {
            "start": 818050151,
            "stop": 818050154
        },
        {
            "start": 818050316,
            "stop": 818050319
        }
    ]
}