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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=201",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 202,
    "results": [
        {
            "start": 1264382090,
            "stop": 1264382117
        },
        {
            "start": 1264382119,
            "stop": 1264382135
        },
        {
            "start": 1264382136,
            "stop": 1264382178
        },
        {
            "start": 1264382180,
            "stop": 1264382188
        },
        {
            "start": 1264382192,
            "stop": 1264382194
        },
        {
            "start": 1264382196,
            "stop": 1264382254
        },
        {
            "start": 1264382257,
            "stop": 1264382270
        },
        {
            "start": 1264382272,
            "stop": 1264382273
        },
        {
            "start": 1264382274,
            "stop": 1264382295
        },
        {
            "start": 1264382296,
            "stop": 1264382305
        },
        {
            "start": 1264382307,
            "stop": 1264382342
        },
        {
            "start": 1264382343,
            "stop": 1264382368
        },
        {
            "start": 1264382369,
            "stop": 1264382394
        },
        {
            "start": 1264382396,
            "stop": 1264382405
        },
        {
            "start": 1264382407,
            "stop": 1264382515
        },
        {
            "start": 1264382518,
            "stop": 1264382558
        },
        {
            "start": 1264382559,
            "stop": 1264382586
        },
        {
            "start": 1264382587,
            "stop": 1264382594
        },
        {
            "start": 1264382595,
            "stop": 1264382603
        },
        {
            "start": 1264382607,
            "stop": 1264382663
        }
    ]
}