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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 330,
    "results": [
        {
            "start": 818246244,
            "stop": 818246245
        },
        {
            "start": 818246248,
            "stop": 818246250
        },
        {
            "start": 818246282,
            "stop": 818246283
        },
        {
            "start": 818246290,
            "stop": 818246291
        },
        {
            "start": 818246310,
            "stop": 818246313
        },
        {
            "start": 818246316,
            "stop": 818246319
        },
        {
            "start": 818246324,
            "stop": 818246327
        },
        {
            "start": 818246330,
            "stop": 818246332
        },
        {
            "start": 818246344,
            "stop": 818246350
        },
        {
            "start": 818246353,
            "stop": 818246354
        },
        {
            "start": 818246363,
            "stop": 818246370
        },
        {
            "start": 818246373,
            "stop": 818246378
        },
        {
            "start": 818246381,
            "stop": 818246384
        },
        {
            "start": 818246406,
            "stop": 818246409
        },
        {
            "start": 818246413,
            "stop": 818246420
        },
        {
            "start": 818246425,
            "stop": 818246432
        },
        {
            "start": 818246439,
            "stop": 818246440
        },
        {
            "start": 818246446,
            "stop": 818246453
        },
        {
            "start": 818246456,
            "stop": 818246459
        },
        {
            "start": 818246475,
            "stop": 818246477
        }
    ]
}