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=41058
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=41059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41057",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41058,
    "results": [
        {
            "start": 875202008,
            "stop": 875202060
        },
        {
            "start": 875202061,
            "stop": 875202062
        },
        {
            "start": 875202063,
            "stop": 875202068
        },
        {
            "start": 875202069,
            "stop": 875202076
        },
        {
            "start": 875202077,
            "stop": 875202096
        },
        {
            "start": 875202097,
            "stop": 875202120
        },
        {
            "start": 875202121,
            "stop": 875202158
        },
        {
            "start": 875202159,
            "stop": 875202163
        },
        {
            "start": 875202164,
            "stop": 875202218
        },
        {
            "start": 875202219,
            "stop": 875202235
        },
        {
            "start": 875202236,
            "stop": 875202238
        },
        {
            "start": 875202239,
            "stop": 875202260
        },
        {
            "start": 875202261,
            "stop": 875202262
        },
        {
            "start": 875202263,
            "stop": 875202283
        },
        {
            "start": 875202284,
            "stop": 875202294
        },
        {
            "start": 875202295,
            "stop": 875202317
        },
        {
            "start": 875202318,
            "stop": 875202320
        },
        {
            "start": 875202321,
            "stop": 875202331
        },
        {
            "start": 875202332,
            "stop": 875202349
        },
        {
            "start": 875202350,
            "stop": 875202369
        }
    ]
}