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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=864",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=862",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 863,
    "results": [
        {
            "start": 1250791666,
            "stop": 1250791719
        },
        {
            "start": 1250791722,
            "stop": 1250791934
        },
        {
            "start": 1250791938,
            "stop": 1250792139
        },
        {
            "start": 1250792143,
            "stop": 1250792720
        },
        {
            "start": 1250792723,
            "stop": 1250793167
        },
        {
            "start": 1250793172,
            "stop": 1250793275
        },
        {
            "start": 1250793279,
            "stop": 1250795381
        },
        {
            "start": 1250799189,
            "stop": 1250799750
        },
        {
            "start": 1250799752,
            "stop": 1250800794
        },
        {
            "start": 1250800802,
            "stop": 1250801371
        },
        {
            "start": 1250801375,
            "stop": 1250802621
        },
        {
            "start": 1250802626,
            "stop": 1250802717
        },
        {
            "start": 1250802721,
            "stop": 1250803076
        },
        {
            "start": 1250803080,
            "stop": 1250803827
        },
        {
            "start": 1250803832,
            "stop": 1250804124
        },
        {
            "start": 1250804128,
            "stop": 1250806352
        },
        {
            "start": 1250806356,
            "stop": 1250806811
        },
        {
            "start": 1250806815,
            "stop": 1250808086
        },
        {
            "start": 1250808089,
            "stop": 1250808418
        },
        {
            "start": 1250808421,
            "stop": 1250809448
        }
    ]
}