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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=488",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 489,
    "results": [
        {
            "start": 1262363712,
            "stop": 1262363765
        },
        {
            "start": 1262363768,
            "stop": 1262364027
        },
        {
            "start": 1262364030,
            "stop": 1262364033
        },
        {
            "start": 1262364036,
            "stop": 1262364247
        },
        {
            "start": 1262364250,
            "stop": 1262364445
        },
        {
            "start": 1262364448,
            "stop": 1262364452
        },
        {
            "start": 1262364455,
            "stop": 1262364703
        },
        {
            "start": 1262364706,
            "stop": 1262364850
        },
        {
            "start": 1262364853,
            "stop": 1262364916
        },
        {
            "start": 1262364919,
            "stop": 1262365034
        },
        {
            "start": 1262365037,
            "stop": 1262365074
        },
        {
            "start": 1262365077,
            "stop": 1262365361
        },
        {
            "start": 1262365364,
            "stop": 1262365878
        },
        {
            "start": 1262365881,
            "stop": 1262365979
        },
        {
            "start": 1262365982,
            "stop": 1262366050
        },
        {
            "start": 1262366053,
            "stop": 1262366061
        },
        {
            "start": 1262366064,
            "stop": 1262366341
        },
        {
            "start": 1262366344,
            "stop": 1262366561
        },
        {
            "start": 1262366564,
            "stop": 1262366585
        },
        {
            "start": 1262366588,
            "stop": 1262367101
        }
    ]
}