Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=247
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=246",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 247,
    "results": [
        {
            "start": 866763911,
            "stop": 866770591
        },
        {
            "start": 866770592,
            "stop": 866770932
        },
        {
            "start": 866772017,
            "stop": 866774034
        },
        {
            "start": 866777054,
            "stop": 866777597
        },
        {
            "start": 866777997,
            "stop": 866778088
        },
        {
            "start": 866783067,
            "stop": 866783352
        },
        {
            "start": 866783825,
            "stop": 866823865
        },
        {
            "start": 866830370,
            "stop": 866835970
        },
        {
            "start": 866835972,
            "stop": 866835985
        },
        {
            "start": 866835987,
            "stop": 866836003
        },
        {
            "start": 866836004,
            "stop": 866836014
        },
        {
            "start": 866836016,
            "stop": 866836026
        },
        {
            "start": 866836028,
            "stop": 866836032
        },
        {
            "start": 866836035,
            "stop": 866836067
        },
        {
            "start": 866836069,
            "stop": 866836082
        },
        {
            "start": 866836083,
            "stop": 866836109
        },
        {
            "start": 866856829,
            "stop": 866858070
        },
        {
            "start": 866858199,
            "stop": 866862224
        },
        {
            "start": 866867823,
            "stop": 866874839
        },
        {
            "start": 866874899,
            "stop": 866904709
        }
    ]
}