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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 170,
    "results": [
        {
            "start": 1373857742,
            "stop": 1373860253
        },
        {
            "start": 1373860255,
            "stop": 1373860375
        },
        {
            "start": 1373860377,
            "stop": 1373861358
        },
        {
            "start": 1373861360,
            "stop": 1373862035
        },
        {
            "start": 1373862036,
            "stop": 1373862848
        },
        {
            "start": 1373862850,
            "stop": 1373862926
        },
        {
            "start": 1373862928,
            "stop": 1373862931
        },
        {
            "start": 1373862934,
            "stop": 1373862944
        },
        {
            "start": 1373862946,
            "stop": 1373862974
        },
        {
            "start": 1373862977,
            "stop": 1373863309
        },
        {
            "start": 1373863311,
            "stop": 1373863820
        },
        {
            "start": 1373863822,
            "stop": 1373864258
        },
        {
            "start": 1373864261,
            "stop": 1373865923
        },
        {
            "start": 1373865925,
            "stop": 1373866500
        },
        {
            "start": 1373866501,
            "stop": 1373868054
        },
        {
            "start": 1373868056,
            "stop": 1373869030
        },
        {
            "start": 1373869032,
            "stop": 1373870357
        },
        {
            "start": 1373870359,
            "stop": 1373871249
        },
        {
            "start": 1373871251,
            "stop": 1373872325
        },
        {
            "start": 1373872327,
            "stop": 1373873249
        }
    ]
}