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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=605",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=603",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 604,
    "results": [
        {
            "start": 1265049994,
            "stop": 1265050753
        },
        {
            "start": 1265050755,
            "stop": 1265050822
        },
        {
            "start": 1265061519,
            "stop": 1265063028
        },
        {
            "start": 1265063029,
            "stop": 1265064551
        },
        {
            "start": 1265064554,
            "stop": 1265064985
        },
        {
            "start": 1265064988,
            "stop": 1265065103
        },
        {
            "start": 1265065104,
            "stop": 1265065127
        },
        {
            "start": 1265065128,
            "stop": 1265065129
        },
        {
            "start": 1265065131,
            "stop": 1265065222
        },
        {
            "start": 1265065224,
            "stop": 1265065334
        },
        {
            "start": 1265065342,
            "stop": 1265066757
        },
        {
            "start": 1265066758,
            "stop": 1265067559
        },
        {
            "start": 1265067560,
            "stop": 1265067583
        },
        {
            "start": 1265067584,
            "stop": 1265067586
        },
        {
            "start": 1265067587,
            "stop": 1265067681
        },
        {
            "start": 1265067682,
            "stop": 1265067694
        },
        {
            "start": 1265067695,
            "stop": 1265067701
        },
        {
            "start": 1265067702,
            "stop": 1265068226
        },
        {
            "start": 1265068228,
            "stop": 1265068285
        },
        {
            "start": 1265068286,
            "stop": 1265068296
        }
    ]
}