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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=217",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 218,
    "results": [
        {
            "start": 1421136090,
            "stop": 1421136685
        },
        {
            "start": 1421136689,
            "stop": 1421136709
        },
        {
            "start": 1421136718,
            "stop": 1421140580
        },
        {
            "start": 1421140581,
            "stop": 1421140589
        },
        {
            "start": 1421140591,
            "stop": 1421140596
        },
        {
            "start": 1421140598,
            "stop": 1421140977
        },
        {
            "start": 1421140985,
            "stop": 1421141006
        },
        {
            "start": 1421141008,
            "stop": 1421141400
        },
        {
            "start": 1421141402,
            "stop": 1421141573
        },
        {
            "start": 1421141578,
            "stop": 1421141597
        },
        {
            "start": 1421141605,
            "stop": 1421141869
        },
        {
            "start": 1421141874,
            "stop": 1421141956
        },
        {
            "start": 1421141958,
            "stop": 1421141981
        },
        {
            "start": 1421141985,
            "stop": 1421142029
        },
        {
            "start": 1421142035,
            "stop": 1421142216
        },
        {
            "start": 1421142217,
            "stop": 1421142437
        },
        {
            "start": 1421142441,
            "stop": 1421142465
        },
        {
            "start": 1421142473,
            "stop": 1421142613
        },
        {
            "start": 1421142622,
            "stop": 1421142629
        },
        {
            "start": 1421142633,
            "stop": 1421142723
        }
    ]
}