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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=193",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 194,
    "results": [
        {
            "start": 932599165,
            "stop": 932600257
        },
        {
            "start": 932600259,
            "stop": 932601608
        },
        {
            "start": 932603799,
            "stop": 932605215
        },
        {
            "start": 932605575,
            "stop": 932605877
        },
        {
            "start": 932605880,
            "stop": 932606197
        },
        {
            "start": 932606199,
            "stop": 932607758
        },
        {
            "start": 932607760,
            "stop": 932608229
        },
        {
            "start": 932608231,
            "stop": 932608641
        },
        {
            "start": 932608644,
            "stop": 932608815
        },
        {
            "start": 932609175,
            "stop": 932609436
        },
        {
            "start": 932609439,
            "stop": 932610157
        },
        {
            "start": 932610159,
            "stop": 932610325
        },
        {
            "start": 932610329,
            "stop": 932610775
        },
        {
            "start": 932610778,
            "stop": 932611875
        },
        {
            "start": 932616375,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932619615
        },
        {
            "start": 932619975,
            "stop": 932620283
        },
        {
            "start": 932620285,
            "stop": 932620404
        },
        {
            "start": 932620407,
            "stop": 932620543
        },
        {
            "start": 932620562,
            "stop": 932620751
        }
    ]
}