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=40619
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=40620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40618",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40619,
    "results": [
        {
            "start": 874894941,
            "stop": 874895066
        },
        {
            "start": 874895067,
            "stop": 874895104
        },
        {
            "start": 874895105,
            "stop": 874895175
        },
        {
            "start": 874895177,
            "stop": 874895193
        },
        {
            "start": 874895195,
            "stop": 874895333
        },
        {
            "start": 874895334,
            "stop": 874895407
        },
        {
            "start": 874895408,
            "stop": 874895439
        },
        {
            "start": 874895441,
            "stop": 874895502
        },
        {
            "start": 874895503,
            "stop": 874895516
        },
        {
            "start": 874895517,
            "stop": 874895583
        },
        {
            "start": 874895584,
            "stop": 874895594
        },
        {
            "start": 874895595,
            "stop": 874895604
        },
        {
            "start": 874895605,
            "stop": 874895625
        },
        {
            "start": 874895626,
            "stop": 874895664
        },
        {
            "start": 874895665,
            "stop": 874895668
        },
        {
            "start": 874895669,
            "stop": 874895732
        },
        {
            "start": 874895733,
            "stop": 874895748
        },
        {
            "start": 874895749,
            "stop": 874895752
        },
        {
            "start": 874895753,
            "stop": 874895856
        },
        {
            "start": 874895858,
            "stop": 874895941
        }
    ]
}