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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=297",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 298,
    "results": [
        {
            "start": 847642010,
            "stop": 847642034
        },
        {
            "start": 847642035,
            "stop": 847642149
        },
        {
            "start": 847642150,
            "stop": 847642190
        },
        {
            "start": 847642192,
            "stop": 847642280
        },
        {
            "start": 847642281,
            "stop": 847642418
        },
        {
            "start": 847642419,
            "stop": 847642441
        },
        {
            "start": 847642442,
            "stop": 847642444
        },
        {
            "start": 847642446,
            "stop": 847642487
        },
        {
            "start": 847642488,
            "stop": 847642498
        },
        {
            "start": 847642499,
            "stop": 847642568
        },
        {
            "start": 847642569,
            "stop": 847642828
        },
        {
            "start": 847642829,
            "stop": 847642920
        },
        {
            "start": 847642921,
            "stop": 847642998
        },
        {
            "start": 847643000,
            "stop": 847643009
        },
        {
            "start": 847643010,
            "stop": 847643136
        },
        {
            "start": 847643138,
            "stop": 847643174
        },
        {
            "start": 847643175,
            "stop": 847643176
        },
        {
            "start": 847643177,
            "stop": 847643191
        },
        {
            "start": 847643192,
            "stop": 847643205
        },
        {
            "start": 847643206,
            "stop": 847643210
        }
    ]
}