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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=655",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=653",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 654,
    "results": [
        {
            "start": 1265929366,
            "stop": 1265929750
        },
        {
            "start": 1265929753,
            "stop": 1265930197
        },
        {
            "start": 1265930200,
            "stop": 1265931936
        },
        {
            "start": 1265931940,
            "stop": 1265934336
        },
        {
            "start": 1265934340,
            "stop": 1265936806
        },
        {
            "start": 1265936811,
            "stop": 1265944735
        },
        {
            "start": 1265944736,
            "stop": 1265946033
        },
        {
            "start": 1265946038,
            "stop": 1265947724
        },
        {
            "start": 1265947725,
            "stop": 1265951262
        },
        {
            "start": 1265951263,
            "stop": 1265956228
        },
        {
            "start": 1265956231,
            "stop": 1265960304
        },
        {
            "start": 1265960308,
            "stop": 1265962262
        },
        {
            "start": 1265962266,
            "stop": 1265962685
        },
        {
            "start": 1265962687,
            "stop": 1265965236
        },
        {
            "start": 1265965238,
            "stop": 1265966165
        },
        {
            "start": 1265966167,
            "stop": 1265970604
        },
        {
            "start": 1265970607,
            "stop": 1265976709
        },
        {
            "start": 1265976714,
            "stop": 1265979237
        },
        {
            "start": 1265979240,
            "stop": 1265979850
        },
        {
            "start": 1265979854,
            "stop": 1265979883
        }
    ]
}