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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1681",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1679",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1680,
    "results": [
        {
            "start": 1248835742,
            "stop": 1248836011
        },
        {
            "start": 1248836014,
            "stop": 1248836042
        },
        {
            "start": 1248836045,
            "stop": 1248836220
        },
        {
            "start": 1248836223,
            "stop": 1248836454
        },
        {
            "start": 1248836457,
            "stop": 1248837092
        },
        {
            "start": 1248837095,
            "stop": 1248837203
        },
        {
            "start": 1248837205,
            "stop": 1248837655
        },
        {
            "start": 1248837658,
            "stop": 1248837809
        },
        {
            "start": 1248837812,
            "stop": 1248838628
        },
        {
            "start": 1248838631,
            "stop": 1248839227
        },
        {
            "start": 1248839230,
            "stop": 1248839357
        },
        {
            "start": 1248839360,
            "stop": 1248839977
        },
        {
            "start": 1248839983,
            "stop": 1248840391
        },
        {
            "start": 1248840393,
            "stop": 1248840552
        },
        {
            "start": 1248840554,
            "stop": 1248840882
        },
        {
            "start": 1248840885,
            "stop": 1248841028
        },
        {
            "start": 1248841031,
            "stop": 1248841386
        },
        {
            "start": 1248841389,
            "stop": 1248843167
        },
        {
            "start": 1248843175,
            "stop": 1248844311
        },
        {
            "start": 1248844314,
            "stop": 1248844714
        }
    ]
}