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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=333",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 334,
    "results": [
        {
            "start": 1240645507,
            "stop": 1240645592
        },
        {
            "start": 1240645594,
            "stop": 1240645957
        },
        {
            "start": 1240645958,
            "stop": 1240645959
        },
        {
            "start": 1240645960,
            "stop": 1240646098
        },
        {
            "start": 1240646100,
            "stop": 1240646169
        },
        {
            "start": 1240646170,
            "stop": 1240646177
        },
        {
            "start": 1240646178,
            "stop": 1240646199
        },
        {
            "start": 1240646202,
            "stop": 1240646296
        },
        {
            "start": 1240646297,
            "stop": 1240646329
        },
        {
            "start": 1240646330,
            "stop": 1240646357
        },
        {
            "start": 1240646365,
            "stop": 1240646386
        },
        {
            "start": 1240646387,
            "stop": 1240646460
        },
        {
            "start": 1240646462,
            "stop": 1240646469
        },
        {
            "start": 1240646470,
            "stop": 1240646497
        },
        {
            "start": 1240646500,
            "stop": 1240646567
        },
        {
            "start": 1240646568,
            "stop": 1240646580
        },
        {
            "start": 1240646583,
            "stop": 1240646679
        },
        {
            "start": 1240646681,
            "stop": 1240647004
        },
        {
            "start": 1240647007,
            "stop": 1240647473
        },
        {
            "start": 1240647474,
            "stop": 1240647789
        }
    ]
}