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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=178",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 179,
    "results": [
        {
            "start": 1419868178,
            "stop": 1419868262
        },
        {
            "start": 1419868272,
            "stop": 1419868274
        },
        {
            "start": 1419868282,
            "stop": 1419868297
        },
        {
            "start": 1419868303,
            "stop": 1419869290
        },
        {
            "start": 1419869298,
            "stop": 1419869374
        },
        {
            "start": 1419869378,
            "stop": 1419869458
        },
        {
            "start": 1419869466,
            "stop": 1419870262
        },
        {
            "start": 1419870274,
            "stop": 1419870310
        },
        {
            "start": 1419870314,
            "stop": 1419871282
        },
        {
            "start": 1419871294,
            "stop": 1419871299
        },
        {
            "start": 1419871301,
            "stop": 1419871550
        },
        {
            "start": 1419871554,
            "stop": 1419871722
        },
        {
            "start": 1419871730,
            "stop": 1419872378
        },
        {
            "start": 1419872392,
            "stop": 1419872534
        },
        {
            "start": 1419872538,
            "stop": 1419873062
        },
        {
            "start": 1419873066,
            "stop": 1419873070
        },
        {
            "start": 1419873074,
            "stop": 1419873562
        },
        {
            "start": 1419873566,
            "stop": 1419873570
        },
        {
            "start": 1419873575,
            "stop": 1419873722
        },
        {
            "start": 1419873727,
            "stop": 1419874622
        }
    ]
}