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/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=35",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 36,
    "results": [
        {
            "start": 1262657416,
            "stop": 1262657637
        },
        {
            "start": 1262657638,
            "stop": 1262657665
        },
        {
            "start": 1262657667,
            "stop": 1262657686
        },
        {
            "start": 1262657688,
            "stop": 1262657812
        },
        {
            "start": 1262657815,
            "stop": 1262658474
        },
        {
            "start": 1262658475,
            "stop": 1262658792
        },
        {
            "start": 1262658795,
            "stop": 1262658876
        },
        {
            "start": 1262658877,
            "stop": 1262659058
        },
        {
            "start": 1262659060,
            "stop": 1262659200
        },
        {
            "start": 1262659203,
            "stop": 1262659322
        },
        {
            "start": 1262659324,
            "stop": 1262659329
        },
        {
            "start": 1262659332,
            "stop": 1262659727
        },
        {
            "start": 1262659730,
            "stop": 1262660041
        },
        {
            "start": 1262660042,
            "stop": 1262660054
        },
        {
            "start": 1262660056,
            "stop": 1262660287
        },
        {
            "start": 1262660290,
            "stop": 1262660945
        },
        {
            "start": 1262660948,
            "stop": 1262661040
        },
        {
            "start": 1262661043,
            "stop": 1262661096
        },
        {
            "start": 1262661098,
            "stop": 1262662349
        },
        {
            "start": 1262662350,
            "stop": 1262662751
        }
    ]
}