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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=615",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=613",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 614,
    "results": [
        {
            "start": 1262958826,
            "stop": 1262959823
        },
        {
            "start": 1262959826,
            "stop": 1262960319
        },
        {
            "start": 1262960322,
            "stop": 1262960979
        },
        {
            "start": 1262960982,
            "stop": 1262961086
        },
        {
            "start": 1262961089,
            "stop": 1262961393
        },
        {
            "start": 1262961399,
            "stop": 1262962074
        },
        {
            "start": 1262962077,
            "stop": 1262962090
        },
        {
            "start": 1262962093,
            "stop": 1262962381
        },
        {
            "start": 1262962384,
            "stop": 1262962754
        },
        {
            "start": 1262962757,
            "stop": 1262964215
        },
        {
            "start": 1262964218,
            "stop": 1262965460
        },
        {
            "start": 1262965463,
            "stop": 1262966113
        },
        {
            "start": 1262966116,
            "stop": 1262968401
        },
        {
            "start": 1262968405,
            "stop": 1262968601
        },
        {
            "start": 1262968604,
            "stop": 1262971280
        },
        {
            "start": 1262971283,
            "stop": 1262974470
        },
        {
            "start": 1262974472,
            "stop": 1262980133
        },
        {
            "start": 1262980136,
            "stop": 1262981813
        },
        {
            "start": 1262981816,
            "stop": 1262981823
        },
        {
            "start": 1262981826,
            "stop": 1262984070
        }
    ]
}