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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=720",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 721,
    "results": [
        {
            "start": 1248990892,
            "stop": 1248990897
        },
        {
            "start": 1248990898,
            "stop": 1248990900
        },
        {
            "start": 1248990901,
            "stop": 1248990902
        },
        {
            "start": 1248990903,
            "stop": 1248990933
        },
        {
            "start": 1248990934,
            "stop": 1248990936
        },
        {
            "start": 1248990938,
            "stop": 1248990940
        },
        {
            "start": 1248990941,
            "stop": 1248990951
        },
        {
            "start": 1248990954,
            "stop": 1248990959
        },
        {
            "start": 1248990965,
            "stop": 1248990969
        },
        {
            "start": 1248990970,
            "stop": 1248991004
        },
        {
            "start": 1248991005,
            "stop": 1248991011
        },
        {
            "start": 1248991014,
            "stop": 1248991024
        },
        {
            "start": 1248991025,
            "stop": 1248991026
        },
        {
            "start": 1248991027,
            "stop": 1248991028
        },
        {
            "start": 1248991029,
            "stop": 1248991035
        },
        {
            "start": 1248991037,
            "stop": 1248991089
        },
        {
            "start": 1248991090,
            "stop": 1248991093
        },
        {
            "start": 1248991096,
            "stop": 1248991098
        },
        {
            "start": 1248991101,
            "stop": 1248991112
        },
        {
            "start": 1248991113,
            "stop": 1248991128
        }
    ]
}