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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 139,
    "results": [
        {
            "start": 1239170096,
            "stop": 1239170228
        },
        {
            "start": 1239170233,
            "stop": 1239170256
        },
        {
            "start": 1239170261,
            "stop": 1239170264
        },
        {
            "start": 1239170268,
            "stop": 1239170470
        },
        {
            "start": 1239170475,
            "stop": 1239170496
        },
        {
            "start": 1239170501,
            "stop": 1239170753
        },
        {
            "start": 1239170757,
            "stop": 1239170872
        },
        {
            "start": 1239170880,
            "stop": 1239171014
        },
        {
            "start": 1239171018,
            "stop": 1239171528
        },
        {
            "start": 1239171533,
            "stop": 1239171540
        },
        {
            "start": 1239171547,
            "stop": 1239171796
        },
        {
            "start": 1239171800,
            "stop": 1239171821
        },
        {
            "start": 1239171832,
            "stop": 1239172094
        },
        {
            "start": 1239172101,
            "stop": 1239173021
        },
        {
            "start": 1239173026,
            "stop": 1239173391
        },
        {
            "start": 1239173399,
            "stop": 1239173471
        },
        {
            "start": 1239173479,
            "stop": 1239173483
        },
        {
            "start": 1239173487,
            "stop": 1239173627
        },
        {
            "start": 1239173632,
            "stop": 1239173659
        },
        {
            "start": 1239173664,
            "stop": 1239173790
        }
    ]
}