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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=395",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 396,
    "results": [
        {
            "start": 1267065808,
            "stop": 1267065815
        },
        {
            "start": 1267065816,
            "stop": 1267066008
        },
        {
            "start": 1267066009,
            "stop": 1267066029
        },
        {
            "start": 1267066030,
            "stop": 1267066031
        },
        {
            "start": 1267066032,
            "stop": 1267066035
        },
        {
            "start": 1267066036,
            "stop": 1267066040
        },
        {
            "start": 1267066041,
            "stop": 1267066105
        },
        {
            "start": 1267066106,
            "stop": 1267066216
        },
        {
            "start": 1267066218,
            "stop": 1267066911
        },
        {
            "start": 1267066912,
            "stop": 1267066918
        },
        {
            "start": 1267066920,
            "stop": 1267066921
        },
        {
            "start": 1267066922,
            "stop": 1267067173
        },
        {
            "start": 1267067175,
            "stop": 1267084652
        },
        {
            "start": 1267084654,
            "stop": 1267085510
        },
        {
            "start": 1267085511,
            "stop": 1267093006
        },
        {
            "start": 1267093007,
            "stop": 1267095546
        },
        {
            "start": 1267095547,
            "stop": 1267097122
        },
        {
            "start": 1267097123,
            "stop": 1267099100
        },
        {
            "start": 1267099101,
            "stop": 1267099710
        },
        {
            "start": 1267099713,
            "stop": 1267120352
        }
    ]
}