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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=26",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 27,
    "results": [
        {
            "start": 1132207129,
            "stop": 1132287599
        },
        {
            "start": 1132297123,
            "stop": 1132314879
        },
        {
            "start": 1132317563,
            "stop": 1132339955
        },
        {
            "start": 1132342061,
            "stop": 1132347642
        },
        {
            "start": 1132353344,
            "stop": 1132354122
        },
        {
            "start": 1132369810,
            "stop": 1132370126
        },
        {
            "start": 1132371569,
            "stop": 1132414098
        },
        {
            "start": 1132478011,
            "stop": 1132552703
        },
        {
            "start": 1132566362,
            "stop": 1132591494
        },
        {
            "start": 1132596048,
            "stop": 1132637904
        },
        {
            "start": 1132646950,
            "stop": 1132688789
        },
        {
            "start": 1132707004,
            "stop": 1132814101
        },
        {
            "start": 1132882261,
            "stop": 1132912808
        },
        {
            "start": 1132920113,
            "stop": 1133019999
        },
        {
            "start": 1133053848,
            "stop": 1133093793
        },
        {
            "start": 1133093951,
            "stop": 1133121833
        },
        {
            "start": 1133122786,
            "stop": 1133138731
        },
        {
            "start": 1133139254,
            "stop": 1133172949
        },
        {
            "start": 1133180512,
            "stop": 1133233383
        },
        {
            "start": 1133244433,
            "stop": 1133245565
        }
    ]
}