Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=45",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 46,
    "results": [
        {
            "start": 1128741541,
            "stop": 1128741542
        },
        {
            "start": 1128741552,
            "stop": 1128741553
        },
        {
            "start": 1128741557,
            "stop": 1128741558
        },
        {
            "start": 1128741559,
            "stop": 1128741560
        },
        {
            "start": 1128741564,
            "stop": 1128741565
        },
        {
            "start": 1128741572,
            "stop": 1128741573
        },
        {
            "start": 1128741578,
            "stop": 1128741583
        },
        {
            "start": 1128741584,
            "stop": 1128741589
        },
        {
            "start": 1128741590,
            "stop": 1128741593
        },
        {
            "start": 1128741594,
            "stop": 1128741596
        },
        {
            "start": 1128741598,
            "stop": 1128741664
        },
        {
            "start": 1128741665,
            "stop": 1128741668
        },
        {
            "start": 1128741669,
            "stop": 1128741671
        },
        {
            "start": 1128741672,
            "stop": 1128741674
        },
        {
            "start": 1128741675,
            "stop": 1128741679
        },
        {
            "start": 1128741680,
            "stop": 1128741681
        },
        {
            "start": 1128741684,
            "stop": 1128741687
        },
        {
            "start": 1128741689,
            "stop": 1128741690
        },
        {
            "start": 1128741692,
            "stop": 1128741693
        },
        {
            "start": 1128741694,
            "stop": 1128741695
        }
    ]
}