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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40592",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40593,
    "results": [
        {
            "start": 874880115,
            "stop": 874880119
        },
        {
            "start": 874880120,
            "stop": 874880124
        },
        {
            "start": 874880126,
            "stop": 874880129
        },
        {
            "start": 874880131,
            "stop": 874880135
        },
        {
            "start": 874880136,
            "stop": 874880180
        },
        {
            "start": 874880181,
            "stop": 874880223
        },
        {
            "start": 874880224,
            "stop": 874880280
        },
        {
            "start": 874880281,
            "stop": 874880291
        },
        {
            "start": 874880292,
            "stop": 874880308
        },
        {
            "start": 874880309,
            "stop": 874880376
        },
        {
            "start": 874880377,
            "stop": 874880378
        },
        {
            "start": 874880379,
            "stop": 874880397
        },
        {
            "start": 874880399,
            "stop": 874880400
        },
        {
            "start": 874880460,
            "stop": 874880500
        },
        {
            "start": 874880501,
            "stop": 874880521
        },
        {
            "start": 874880522,
            "stop": 874880525
        },
        {
            "start": 874880526,
            "stop": 874880542
        },
        {
            "start": 874880544,
            "stop": 874880734
        },
        {
            "start": 874880735,
            "stop": 874880740
        },
        {
            "start": 874880741,
            "stop": 874880749
        }
    ]
}