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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=243",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 244,
    "results": [
        {
            "start": 1264403770,
            "stop": 1264403777
        },
        {
            "start": 1264403779,
            "stop": 1264403781
        },
        {
            "start": 1264403782,
            "stop": 1264403788
        },
        {
            "start": 1264403792,
            "stop": 1264403810
        },
        {
            "start": 1264403811,
            "stop": 1264403825
        },
        {
            "start": 1264403827,
            "stop": 1264403840
        },
        {
            "start": 1264403842,
            "stop": 1264403899
        },
        {
            "start": 1264403903,
            "stop": 1264403940
        },
        {
            "start": 1264403942,
            "stop": 1264403992
        },
        {
            "start": 1264403993,
            "stop": 1264403995
        },
        {
            "start": 1264403996,
            "stop": 1264403999
        },
        {
            "start": 1264404000,
            "stop": 1264404015
        },
        {
            "start": 1264404020,
            "stop": 1264404072
        },
        {
            "start": 1264404074,
            "stop": 1264404122
        },
        {
            "start": 1264404125,
            "stop": 1264404131
        },
        {
            "start": 1264404133,
            "stop": 1264404137
        },
        {
            "start": 1264404141,
            "stop": 1264404154
        },
        {
            "start": 1264404155,
            "stop": 1264404273
        },
        {
            "start": 1264404274,
            "stop": 1264404289
        },
        {
            "start": 1264404290,
            "stop": 1264404292
        }
    ]
}