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=40729
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=40730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40728",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40729,
    "results": [
        {
            "start": 874960118,
            "stop": 874960146
        },
        {
            "start": 874960147,
            "stop": 874960158
        },
        {
            "start": 874960159,
            "stop": 874960168
        },
        {
            "start": 874960173,
            "stop": 874960192
        },
        {
            "start": 874960194,
            "stop": 874960195
        },
        {
            "start": 874960196,
            "stop": 874960199
        },
        {
            "start": 874960500,
            "stop": 874960526
        },
        {
            "start": 874960527,
            "stop": 874960559
        },
        {
            "start": 874960563,
            "stop": 874960575
        },
        {
            "start": 874960577,
            "stop": 874960584
        },
        {
            "start": 874960585,
            "stop": 874960591
        },
        {
            "start": 874960592,
            "stop": 874960606
        },
        {
            "start": 874960607,
            "stop": 874960610
        },
        {
            "start": 874960612,
            "stop": 874960626
        },
        {
            "start": 874960628,
            "stop": 874960635
        },
        {
            "start": 874960637,
            "stop": 874960678
        },
        {
            "start": 874960800,
            "stop": 874960827
        },
        {
            "start": 874960829,
            "stop": 874960837
        },
        {
            "start": 874960839,
            "stop": 874960848
        },
        {
            "start": 874960850,
            "stop": 874960860
        }
    ]
}