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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=197",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 198,
    "results": [
        {
            "start": 1261802328,
            "stop": 1261803108
        },
        {
            "start": 1261803110,
            "stop": 1261803603
        },
        {
            "start": 1261803607,
            "stop": 1261804260
        },
        {
            "start": 1261804261,
            "stop": 1261805077
        },
        {
            "start": 1261805082,
            "stop": 1261805915
        },
        {
            "start": 1261805919,
            "stop": 1261808908
        },
        {
            "start": 1261808912,
            "stop": 1261811168
        },
        {
            "start": 1261811170,
            "stop": 1261812050
        },
        {
            "start": 1261812051,
            "stop": 1261816611
        },
        {
            "start": 1261816616,
            "stop": 1261817281
        },
        {
            "start": 1261817284,
            "stop": 1261821480
        },
        {
            "start": 1261821482,
            "stop": 1261822294
        },
        {
            "start": 1261822297,
            "stop": 1261822597
        },
        {
            "start": 1261822602,
            "stop": 1261825067
        },
        {
            "start": 1261825070,
            "stop": 1261830919
        },
        {
            "start": 1261830922,
            "stop": 1261832795
        },
        {
            "start": 1261832800,
            "stop": 1261834762
        },
        {
            "start": 1261834765,
            "stop": 1261836073
        },
        {
            "start": 1261836077,
            "stop": 1261837366
        },
        {
            "start": 1261837369,
            "stop": 1261838018
        }
    ]
}