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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 173,
    "results": [
        {
            "start": 1421820602,
            "stop": 1421825013
        },
        {
            "start": 1421825016,
            "stop": 1421828868
        },
        {
            "start": 1421828873,
            "stop": 1421835674
        },
        {
            "start": 1421835677,
            "stop": 1421844248
        },
        {
            "start": 1421844250,
            "stop": 1421846626
        },
        {
            "start": 1421846629,
            "stop": 1421853661
        },
        {
            "start": 1421853664,
            "stop": 1421868621
        },
        {
            "start": 1421870499,
            "stop": 1421874584
        },
        {
            "start": 1421874587,
            "stop": 1421875420
        },
        {
            "start": 1421875423,
            "stop": 1421876749
        },
        {
            "start": 1421876752,
            "stop": 1421877110
        },
        {
            "start": 1421877115,
            "stop": 1421877358
        },
        {
            "start": 1421877362,
            "stop": 1421885934
        },
        {
            "start": 1421885938,
            "stop": 1421888420
        },
        {
            "start": 1421888424,
            "stop": 1421890038
        },
        {
            "start": 1421890041,
            "stop": 1421892255
        },
        {
            "start": 1421892258,
            "stop": 1421906229
        },
        {
            "start": 1421906232,
            "stop": 1421917280
        },
        {
            "start": 1421917283,
            "stop": 1421928390
        },
        {
            "start": 1421928392,
            "stop": 1421933975
        }
    ]
}