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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1799",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1797",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1798,
    "results": [
        {
            "start": 960208376,
            "stop": 960208547
        },
        {
            "start": 960208549,
            "stop": 960208661
        },
        {
            "start": 960209484,
            "stop": 960214781
        },
        {
            "start": 960214785,
            "stop": 960215856
        },
        {
            "start": 960215858,
            "stop": 960216139
        },
        {
            "start": 960216140,
            "stop": 960221137
        },
        {
            "start": 960224527,
            "stop": 960228864
        },
        {
            "start": 960228867,
            "stop": 960231931
        },
        {
            "start": 960231933,
            "stop": 960233733
        },
        {
            "start": 960233735,
            "stop": 960235357
        },
        {
            "start": 960235359,
            "stop": 960237330
        },
        {
            "start": 960237332,
            "stop": 960243542
        },
        {
            "start": 960243544,
            "stop": 960244092
        },
        {
            "start": 960244094,
            "stop": 960245141
        },
        {
            "start": 960251946,
            "stop": 960253758
        },
        {
            "start": 960254205,
            "stop": 960254479
        },
        {
            "start": 960254481,
            "stop": 960254529
        },
        {
            "start": 960254531,
            "stop": 960254572
        },
        {
            "start": 960254574,
            "stop": 960254592
        },
        {
            "start": 960254594,
            "stop": 960254603
        }
    ]
}