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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=178",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 179,
    "results": [
        {
            "start": 932967389,
            "stop": 932967406
        },
        {
            "start": 932967427,
            "stop": 932967428
        },
        {
            "start": 932967456,
            "stop": 932967457
        },
        {
            "start": 932967514,
            "stop": 932967526
        },
        {
            "start": 932968008,
            "stop": 932968052
        },
        {
            "start": 932968137,
            "stop": 932968138
        },
        {
            "start": 932968226,
            "stop": 932968268
        },
        {
            "start": 932968309,
            "stop": 932968362
        },
        {
            "start": 932968428,
            "stop": 932968504
        },
        {
            "start": 932968535,
            "stop": 932968546
        },
        {
            "start": 932968584,
            "stop": 932968593
        },
        {
            "start": 932968612,
            "stop": 932968619
        },
        {
            "start": 932968638,
            "stop": 932968668
        },
        {
            "start": 932968708,
            "stop": 932968709
        },
        {
            "start": 932968752,
            "stop": 932968758
        },
        {
            "start": 932968780,
            "stop": 932968788
        },
        {
            "start": 932968835,
            "stop": 932968842
        },
        {
            "start": 932968876,
            "stop": 932968886
        },
        {
            "start": 932968905,
            "stop": 932968908
        },
        {
            "start": 932968938,
            "stop": 932968988
        }
    ]
}