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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=119",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 120,
    "results": [
        {
            "start": 1264172519,
            "stop": 1264172549
        },
        {
            "start": 1264172550,
            "stop": 1264172568
        },
        {
            "start": 1264172570,
            "stop": 1264172574
        },
        {
            "start": 1264172575,
            "stop": 1264172576
        },
        {
            "start": 1264172577,
            "stop": 1264172580
        },
        {
            "start": 1264172581,
            "stop": 1264172657
        },
        {
            "start": 1264172659,
            "stop": 1264172662
        },
        {
            "start": 1264172663,
            "stop": 1264172873
        },
        {
            "start": 1264172875,
            "stop": 1264173067
        },
        {
            "start": 1264173070,
            "stop": 1264173161
        },
        {
            "start": 1264173163,
            "stop": 1264173168
        },
        {
            "start": 1264173170,
            "stop": 1264173207
        },
        {
            "start": 1264173209,
            "stop": 1264173256
        },
        {
            "start": 1264173257,
            "stop": 1264173270
        },
        {
            "start": 1264173272,
            "stop": 1264173381
        },
        {
            "start": 1264173382,
            "stop": 1264173436
        },
        {
            "start": 1264173438,
            "stop": 1264173441
        },
        {
            "start": 1264173442,
            "stop": 1264173444
        },
        {
            "start": 1264173447,
            "stop": 1264173448
        },
        {
            "start": 1264173449,
            "stop": 1264173456
        }
    ]
}