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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=137",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 138,
    "results": [
        {
            "start": 1264327914,
            "stop": 1264327926
        },
        {
            "start": 1264327928,
            "stop": 1264327930
        },
        {
            "start": 1264327931,
            "stop": 1264327935
        },
        {
            "start": 1264327936,
            "stop": 1264327964
        },
        {
            "start": 1264327965,
            "stop": 1264328081
        },
        {
            "start": 1264328082,
            "stop": 1264328083
        },
        {
            "start": 1264328084,
            "stop": 1264328086
        },
        {
            "start": 1264328087,
            "stop": 1264328091
        },
        {
            "start": 1264328092,
            "stop": 1264328105
        },
        {
            "start": 1264328106,
            "stop": 1264328115
        },
        {
            "start": 1264328117,
            "stop": 1264328127
        },
        {
            "start": 1264328128,
            "stop": 1264328168
        },
        {
            "start": 1264328170,
            "stop": 1264328178
        },
        {
            "start": 1264328179,
            "stop": 1264328181
        },
        {
            "start": 1264328183,
            "stop": 1264328187
        },
        {
            "start": 1264328188,
            "stop": 1264328189
        },
        {
            "start": 1264328194,
            "stop": 1264328196
        },
        {
            "start": 1264328199,
            "stop": 1264328200
        },
        {
            "start": 1264328202,
            "stop": 1264328206
        },
        {
            "start": 1264328208,
            "stop": 1264328210
        }
    ]
}