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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=133",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 134,
    "results": [
        {
            "start": 1417647106,
            "stop": 1417654791
        },
        {
            "start": 1417656662,
            "stop": 1417659638
        },
        {
            "start": 1417659639,
            "stop": 1417660204
        },
        {
            "start": 1417660205,
            "stop": 1417660209
        },
        {
            "start": 1417660210,
            "stop": 1417661821
        },
        {
            "start": 1417661822,
            "stop": 1417662061
        },
        {
            "start": 1417662062,
            "stop": 1417662496
        },
        {
            "start": 1417662498,
            "stop": 1417663653
        },
        {
            "start": 1417663654,
            "stop": 1417663921
        },
        {
            "start": 1417663923,
            "stop": 1417666549
        },
        {
            "start": 1417666550,
            "stop": 1417666745
        },
        {
            "start": 1417666746,
            "stop": 1417667981
        },
        {
            "start": 1417667982,
            "stop": 1417668870
        },
        {
            "start": 1417668871,
            "stop": 1417671867
        },
        {
            "start": 1417671868,
            "stop": 1417673028
        },
        {
            "start": 1417681539,
            "stop": 1417699877
        },
        {
            "start": 1417700071,
            "stop": 1417725990
        },
        {
            "start": 1417737555,
            "stop": 1417741519
        },
        {
            "start": 1417749920,
            "stop": 1417761180
        },
        {
            "start": 1417765226,
            "stop": 1417765695
        }
    ]
}