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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=102",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 103,
    "results": [
        {
            "start": 818060384,
            "stop": 818060385
        },
        {
            "start": 818061390,
            "stop": 818061391
        },
        {
            "start": 818061403,
            "stop": 818061407
        },
        {
            "start": 818061411,
            "stop": 818061413
        },
        {
            "start": 818061427,
            "stop": 818061428
        },
        {
            "start": 818061435,
            "stop": 818061436
        },
        {
            "start": 818061439,
            "stop": 818061443
        },
        {
            "start": 818061446,
            "stop": 818061455
        },
        {
            "start": 818061462,
            "stop": 818061477
        },
        {
            "start": 818061483,
            "stop": 818061495
        },
        {
            "start": 818061498,
            "stop": 818061515
        },
        {
            "start": 818061519,
            "stop": 818061522
        },
        {
            "start": 818061525,
            "stop": 818061543
        },
        {
            "start": 818061548,
            "stop": 818061552
        },
        {
            "start": 818061557,
            "stop": 818061564
        },
        {
            "start": 818061567,
            "stop": 818061569
        },
        {
            "start": 818061576,
            "stop": 818061578
        },
        {
            "start": 818061582,
            "stop": 818061583
        },
        {
            "start": 818061589,
            "stop": 818061596
        },
        {
            "start": 818061601,
            "stop": 818061608
        }
    ]
}