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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 8,
    "results": [
        {
            "start": 1126100861,
            "stop": 1126100982
        },
        {
            "start": 1126100983,
            "stop": 1126101193
        },
        {
            "start": 1126101194,
            "stop": 1126101525
        },
        {
            "start": 1126101527,
            "stop": 1126101701
        },
        {
            "start": 1126101708,
            "stop": 1126101849
        },
        {
            "start": 1126101851,
            "stop": 1126101880
        },
        {
            "start": 1126101882,
            "stop": 1126102138
        },
        {
            "start": 1126102139,
            "stop": 1126102480
        },
        {
            "start": 1126102481,
            "stop": 1126102831
        },
        {
            "start": 1126102832,
            "stop": 1126103142
        },
        {
            "start": 1126103143,
            "stop": 1126103480
        },
        {
            "start": 1126103481,
            "stop": 1126103817
        },
        {
            "start": 1126103818,
            "stop": 1126103819
        },
        {
            "start": 1126103820,
            "stop": 1126104055
        },
        {
            "start": 1126104057,
            "stop": 1126104173
        },
        {
            "start": 1126104174,
            "stop": 1126104538
        },
        {
            "start": 1126104539,
            "stop": 1126104543
        },
        {
            "start": 1126104544,
            "stop": 1126104897
        },
        {
            "start": 1126104898,
            "stop": 1126105235
        },
        {
            "start": 1126105236,
            "stop": 1126105316
        }
    ]
}