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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 110,
    "results": [
        {
            "start": 1372094161,
            "stop": 1372096313
        },
        {
            "start": 1372096315,
            "stop": 1372096535
        },
        {
            "start": 1372096537,
            "stop": 1372098445
        },
        {
            "start": 1372098447,
            "stop": 1372098667
        },
        {
            "start": 1372098668,
            "stop": 1372099284
        },
        {
            "start": 1372099285,
            "stop": 1372101000
        },
        {
            "start": 1372101002,
            "stop": 1372101153
        },
        {
            "start": 1372101155,
            "stop": 1372101668
        },
        {
            "start": 1372101670,
            "stop": 1372101701
        },
        {
            "start": 1372102070,
            "stop": 1372102072
        },
        {
            "start": 1372102074,
            "stop": 1372102549
        },
        {
            "start": 1372102550,
            "stop": 1372103286
        },
        {
            "start": 1372103288,
            "stop": 1372103439
        },
        {
            "start": 1372103441,
            "stop": 1372103681
        },
        {
            "start": 1372103683,
            "stop": 1372104186
        },
        {
            "start": 1372104191,
            "stop": 1372105086
        },
        {
            "start": 1372105088,
            "stop": 1372105240
        },
        {
            "start": 1372105242,
            "stop": 1372105492
        },
        {
            "start": 1372105494,
            "stop": 1372106444
        },
        {
            "start": 1372106446,
            "stop": 1372106655
        }
    ]
}