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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=287",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 288,
    "results": [
        {
            "start": 1264764611,
            "stop": 1264765456
        },
        {
            "start": 1264765457,
            "stop": 1264765659
        },
        {
            "start": 1264765660,
            "stop": 1264765663
        },
        {
            "start": 1264765664,
            "stop": 1264765667
        },
        {
            "start": 1264765668,
            "stop": 1264765673
        },
        {
            "start": 1264765675,
            "stop": 1264765677
        },
        {
            "start": 1264765678,
            "stop": 1264765686
        },
        {
            "start": 1264765687,
            "stop": 1264765688
        },
        {
            "start": 1264765689,
            "stop": 1264765692
        },
        {
            "start": 1264765694,
            "stop": 1264765785
        },
        {
            "start": 1264765786,
            "stop": 1264766021
        },
        {
            "start": 1264766022,
            "stop": 1264766023
        },
        {
            "start": 1264766024,
            "stop": 1264766196
        },
        {
            "start": 1264766197,
            "stop": 1264766281
        },
        {
            "start": 1264766282,
            "stop": 1264766357
        },
        {
            "start": 1264766359,
            "stop": 1264766361
        },
        {
            "start": 1264766362,
            "stop": 1264766369
        },
        {
            "start": 1264766372,
            "stop": 1264766657
        },
        {
            "start": 1264766658,
            "stop": 1264766674
        },
        {
            "start": 1264766675,
            "stop": 1264766677
        }
    ]
}