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=40753
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=40754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40752",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40753,
    "results": [
        {
            "start": 874974098,
            "stop": 874974108
        },
        {
            "start": 874974109,
            "stop": 874974114
        },
        {
            "start": 874974115,
            "stop": 874974128
        },
        {
            "start": 874974129,
            "stop": 874974136
        },
        {
            "start": 874974137,
            "stop": 874974148
        },
        {
            "start": 874974149,
            "stop": 874974154
        },
        {
            "start": 874974155,
            "stop": 874974160
        },
        {
            "start": 874974162,
            "stop": 874974164
        },
        {
            "start": 874974166,
            "stop": 874974182
        },
        {
            "start": 874974183,
            "stop": 874974198
        },
        {
            "start": 874974200,
            "stop": 874974227
        },
        {
            "start": 874974228,
            "stop": 874974250
        },
        {
            "start": 874974251,
            "stop": 874974280
        },
        {
            "start": 874974281,
            "stop": 874974292
        },
        {
            "start": 874974294,
            "stop": 874974316
        },
        {
            "start": 874974318,
            "stop": 874974353
        },
        {
            "start": 874974354,
            "stop": 874974384
        },
        {
            "start": 874974385,
            "stop": 874974399
        },
        {
            "start": 874974401,
            "stop": 874974407
        },
        {
            "start": 874974408,
            "stop": 874974459
        }
    ]
}