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=8723
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=8724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8722",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8723,
    "results": [
        {
            "start": 872605764,
            "stop": 872606393
        },
        {
            "start": 872606410,
            "stop": 872606564
        },
        {
            "start": 872606684,
            "stop": 872607600
        },
        {
            "start": 872607660,
            "stop": 872607816
        },
        {
            "start": 872608053,
            "stop": 872609314
        },
        {
            "start": 872609434,
            "stop": 872610393
        },
        {
            "start": 872610513,
            "stop": 872610530
        },
        {
            "start": 872610610,
            "stop": 872612746
        },
        {
            "start": 872612752,
            "stop": 872613026
        },
        {
            "start": 872613146,
            "stop": 872615270
        },
        {
            "start": 872615350,
            "stop": 872615990
        },
        {
            "start": 872616070,
            "stop": 872616703
        },
        {
            "start": 872616940,
            "stop": 872617234
        },
        {
            "start": 872617354,
            "stop": 872617610
        },
        {
            "start": 872617690,
            "stop": 872618298
        },
        {
            "start": 872618302,
            "stop": 872618636
        },
        {
            "start": 872618756,
            "stop": 872619221
        },
        {
            "start": 872619228,
            "stop": 872619350
        },
        {
            "start": 872619490,
            "stop": 872619558
        },
        {
            "start": 872619678,
            "stop": 872620666
        }
    ]
}