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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16644",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16645,
    "results": [
        {
            "start": 874825173,
            "stop": 874825239
        },
        {
            "start": 874825240,
            "stop": 874825281
        },
        {
            "start": 874825283,
            "stop": 874825296
        },
        {
            "start": 874825298,
            "stop": 874825307
        },
        {
            "start": 874825310,
            "stop": 874825331
        },
        {
            "start": 874825333,
            "stop": 874825348
        },
        {
            "start": 874825352,
            "stop": 874825373
        },
        {
            "start": 874825374,
            "stop": 874825399
        },
        {
            "start": 874825401,
            "stop": 874825431
        },
        {
            "start": 874825438,
            "stop": 874825444
        },
        {
            "start": 874825446,
            "stop": 874825482
        },
        {
            "start": 874825484,
            "stop": 874825558
        },
        {
            "start": 874825559,
            "stop": 874825634
        },
        {
            "start": 874825635,
            "stop": 874825643
        },
        {
            "start": 874825644,
            "stop": 874825675
        },
        {
            "start": 874825676,
            "stop": 874825791
        },
        {
            "start": 874825792,
            "stop": 874825881
        },
        {
            "start": 874825882,
            "stop": 874825910
        },
        {
            "start": 874825911,
            "stop": 874825954
        },
        {
            "start": 874825955,
            "stop": 874826104
        }
    ]
}