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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=123",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 124,
    "results": [
        {
            "start": 1264180955,
            "stop": 1264180956
        },
        {
            "start": 1264180958,
            "stop": 1264180990
        },
        {
            "start": 1264180992,
            "stop": 1264181002
        },
        {
            "start": 1264181004,
            "stop": 1264181007
        },
        {
            "start": 1264181014,
            "stop": 1264181019
        },
        {
            "start": 1264181023,
            "stop": 1264181035
        },
        {
            "start": 1264181036,
            "stop": 1264181040
        },
        {
            "start": 1264181042,
            "stop": 1264181043
        },
        {
            "start": 1264181046,
            "stop": 1264181151
        },
        {
            "start": 1264181154,
            "stop": 1264181159
        },
        {
            "start": 1264181163,
            "stop": 1264181165
        },
        {
            "start": 1264181170,
            "stop": 1264181174
        },
        {
            "start": 1264181175,
            "stop": 1264181176
        },
        {
            "start": 1264181178,
            "stop": 1264181181
        },
        {
            "start": 1264181184,
            "stop": 1264181193
        },
        {
            "start": 1264181195,
            "stop": 1264181196
        },
        {
            "start": 1264181198,
            "stop": 1264181210
        },
        {
            "start": 1264181212,
            "stop": 1264181213
        },
        {
            "start": 1264181215,
            "stop": 1264181218
        },
        {
            "start": 1264181224,
            "stop": 1264181229
        }
    ]
}