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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=307",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 308,
    "results": [
        {
            "start": 842766463,
            "stop": 842767641
        },
        {
            "start": 842768386,
            "stop": 842772613
        },
        {
            "start": 842773916,
            "stop": 842780794
        },
        {
            "start": 842780796,
            "stop": 842781225
        },
        {
            "start": 842781227,
            "stop": 842781306
        },
        {
            "start": 842782506,
            "stop": 842783768
        },
        {
            "start": 842783770,
            "stop": 842791541
        },
        {
            "start": 842791543,
            "stop": 842791920
        },
        {
            "start": 842791922,
            "stop": 842791986
        },
        {
            "start": 842792842,
            "stop": 842797294
        },
        {
            "start": 842797296,
            "stop": 842797763
        },
        {
            "start": 842797764,
            "stop": 842798176
        },
        {
            "start": 842798369,
            "stop": 842800491
        },
        {
            "start": 842800493,
            "stop": 842805007
        },
        {
            "start": 842805009,
            "stop": 842807390
        },
        {
            "start": 842808017,
            "stop": 842814185
        },
        {
            "start": 842814186,
            "stop": 842823951
        },
        {
            "start": 842824156,
            "stop": 842828252
        },
        {
            "start": 842828353,
            "stop": 842849950
        },
        {
            "start": 842849952,
            "stop": 842853247
        }
    ]
}