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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 58,
    "results": [
        {
            "start": 1131054718,
            "stop": 1131054721
        },
        {
            "start": 1131054722,
            "stop": 1131054728
        },
        {
            "start": 1131054730,
            "stop": 1131054731
        },
        {
            "start": 1131054732,
            "stop": 1131054785
        },
        {
            "start": 1131054787,
            "stop": 1131054892
        },
        {
            "start": 1131054893,
            "stop": 1131054899
        },
        {
            "start": 1131054900,
            "stop": 1131054907
        },
        {
            "start": 1131054908,
            "stop": 1131054928
        },
        {
            "start": 1131054931,
            "stop": 1131054933
        },
        {
            "start": 1131054934,
            "stop": 1131054935
        },
        {
            "start": 1131054936,
            "stop": 1131054944
        },
        {
            "start": 1131054945,
            "stop": 1131054950
        },
        {
            "start": 1131054951,
            "stop": 1131054952
        },
        {
            "start": 1131054953,
            "stop": 1131054964
        },
        {
            "start": 1131054966,
            "stop": 1131055673
        },
        {
            "start": 1131055675,
            "stop": 1131055679
        },
        {
            "start": 1131055680,
            "stop": 1131055686
        },
        {
            "start": 1131055687,
            "stop": 1131055693
        },
        {
            "start": 1131055695,
            "stop": 1131055711
        },
        {
            "start": 1131055713,
            "stop": 1131055768
        }
    ]
}