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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2373",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2374,
    "results": [
        {
            "start": 872591110,
            "stop": 872594157
        },
        {
            "start": 872594174,
            "stop": 872595230
        },
        {
            "start": 872595370,
            "stop": 872599032
        },
        {
            "start": 872599049,
            "stop": 872600852
        },
        {
            "start": 872600858,
            "stop": 872604170
        },
        {
            "start": 872604250,
            "stop": 872605760
        },
        {
            "start": 872605764,
            "stop": 872606393
        },
        {
            "start": 872606410,
            "stop": 872610530
        },
        {
            "start": 872610610,
            "stop": 872612746
        },
        {
            "start": 872612752,
            "stop": 872615270
        },
        {
            "start": 872615350,
            "stop": 872615990
        },
        {
            "start": 872616070,
            "stop": 872617610
        },
        {
            "start": 872617690,
            "stop": 872618298
        },
        {
            "start": 872618302,
            "stop": 872619221
        },
        {
            "start": 872619228,
            "stop": 872619350
        },
        {
            "start": 872619490,
            "stop": 872621150
        },
        {
            "start": 872621167,
            "stop": 872621559
        },
        {
            "start": 872621576,
            "stop": 872622802
        },
        {
            "start": 872622910,
            "stop": 872623670
        },
        {
            "start": 872623750,
            "stop": 872624100
        }
    ]
}