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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=329",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 330,
    "results": [
        {
            "start": 822531425,
            "stop": 822531690
        },
        {
            "start": 822531697,
            "stop": 822531710
        },
        {
            "start": 822531790,
            "stop": 822531982
        },
        {
            "start": 822531989,
            "stop": 822532175
        },
        {
            "start": 822532182,
            "stop": 822532440
        },
        {
            "start": 822532500,
            "stop": 822532539
        },
        {
            "start": 822532546,
            "stop": 822533019
        },
        {
            "start": 822533026,
            "stop": 822535026
        },
        {
            "start": 822535033,
            "stop": 822535314
        },
        {
            "start": 822536379,
            "stop": 822537673
        },
        {
            "start": 822537879,
            "stop": 822538560
        },
        {
            "start": 822538620,
            "stop": 822538860
        },
        {
            "start": 822538980,
            "stop": 822539160
        },
        {
            "start": 822539281,
            "stop": 822539294
        },
        {
            "start": 822539460,
            "stop": 822539580
        },
        {
            "start": 822539940,
            "stop": 822539953
        },
        {
            "start": 822540137,
            "stop": 822540240
        },
        {
            "start": 822540480,
            "stop": 822540484
        },
        {
            "start": 822540542,
            "stop": 822540660
        },
        {
            "start": 822540780,
            "stop": 822540793
        }
    ]
}