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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=152",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 153,
    "results": [
        {
            "start": 1264341224,
            "stop": 1264341227
        },
        {
            "start": 1264341228,
            "stop": 1264341229
        },
        {
            "start": 1264341233,
            "stop": 1264341234
        },
        {
            "start": 1264341237,
            "stop": 1264341259
        },
        {
            "start": 1264341261,
            "stop": 1264341262
        },
        {
            "start": 1264341263,
            "stop": 1264341264
        },
        {
            "start": 1264341266,
            "stop": 1264341276
        },
        {
            "start": 1264341280,
            "stop": 1264341288
        },
        {
            "start": 1264341290,
            "stop": 1264341291
        },
        {
            "start": 1264341292,
            "stop": 1264341310
        },
        {
            "start": 1264341311,
            "stop": 1264341313
        },
        {
            "start": 1264341314,
            "stop": 1264341316
        },
        {
            "start": 1264341320,
            "stop": 1264341339
        },
        {
            "start": 1264341341,
            "stop": 1264341355
        },
        {
            "start": 1264341356,
            "stop": 1264341357
        },
        {
            "start": 1264341360,
            "stop": 1264341361
        },
        {
            "start": 1264341362,
            "stop": 1264341363
        },
        {
            "start": 1264341365,
            "stop": 1264341367
        },
        {
            "start": 1264341369,
            "stop": 1264341370
        },
        {
            "start": 1264341372,
            "stop": 1264341405
        }
    ]
}