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=16761
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=16762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16760",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16761,
    "results": [
        {
            "start": 875101393,
            "stop": 875101395
        },
        {
            "start": 875101396,
            "stop": 875101400
        },
        {
            "start": 875101401,
            "stop": 875101404
        },
        {
            "start": 875101407,
            "stop": 875101436
        },
        {
            "start": 875101439,
            "stop": 875101442
        },
        {
            "start": 875101445,
            "stop": 875101468
        },
        {
            "start": 875101473,
            "stop": 875101477
        },
        {
            "start": 875101486,
            "stop": 875101487
        },
        {
            "start": 875101488,
            "stop": 875101507
        },
        {
            "start": 875101509,
            "stop": 875101515
        },
        {
            "start": 875101516,
            "stop": 875101544
        },
        {
            "start": 875101548,
            "stop": 875101568
        },
        {
            "start": 875101570,
            "stop": 875101593
        },
        {
            "start": 875101596,
            "stop": 875101597
        },
        {
            "start": 875101600,
            "stop": 875101613
        },
        {
            "start": 875101615,
            "stop": 875101656
        },
        {
            "start": 875101657,
            "stop": 875101658
        },
        {
            "start": 875101660,
            "stop": 875101792
        },
        {
            "start": 875101794,
            "stop": 875101810
        },
        {
            "start": 875101816,
            "stop": 875101847
        }
    ]
}