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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3432",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3430",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3431,
    "results": [
        {
            "start": 969707347,
            "stop": 969707527
        },
        {
            "start": 969707528,
            "stop": 969707563
        },
        {
            "start": 969707566,
            "stop": 969709016
        },
        {
            "start": 969709019,
            "stop": 969709597
        },
        {
            "start": 969709600,
            "stop": 969709739
        },
        {
            "start": 969709740,
            "stop": 969710012
        },
        {
            "start": 969710015,
            "stop": 969710056
        },
        {
            "start": 969710059,
            "stop": 969711438
        },
        {
            "start": 969711439,
            "stop": 969711598
        },
        {
            "start": 969711601,
            "stop": 969712447
        },
        {
            "start": 969712450,
            "stop": 969712743
        },
        {
            "start": 969712746,
            "stop": 969712870
        },
        {
            "start": 969712873,
            "stop": 969712921
        },
        {
            "start": 969712924,
            "stop": 969713201
        },
        {
            "start": 969713212,
            "stop": 969713216
        },
        {
            "start": 969713217,
            "stop": 969713470
        },
        {
            "start": 969713473,
            "stop": 969713497
        },
        {
            "start": 969713500,
            "stop": 969713505
        },
        {
            "start": 969713508,
            "stop": 969713605
        },
        {
            "start": 969713608,
            "stop": 969713666
        }
    ]
}