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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=348",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 349,
    "results": [
        {
            "start": 1265014018,
            "stop": 1265014115
        },
        {
            "start": 1265014116,
            "stop": 1265014166
        },
        {
            "start": 1265014168,
            "stop": 1265014170
        },
        {
            "start": 1265014175,
            "stop": 1265014176
        },
        {
            "start": 1265014181,
            "stop": 1265014272
        },
        {
            "start": 1265014273,
            "stop": 1265014284
        },
        {
            "start": 1265014285,
            "stop": 1265014289
        },
        {
            "start": 1265014290,
            "stop": 1265014295
        },
        {
            "start": 1265014300,
            "stop": 1265014301
        },
        {
            "start": 1265014304,
            "stop": 1265014311
        },
        {
            "start": 1265014315,
            "stop": 1265014318
        },
        {
            "start": 1265014320,
            "stop": 1265014323
        },
        {
            "start": 1265014325,
            "stop": 1265014326
        },
        {
            "start": 1265014328,
            "stop": 1265014329
        },
        {
            "start": 1265014335,
            "stop": 1265014336
        },
        {
            "start": 1265014342,
            "stop": 1265014344
        },
        {
            "start": 1265014345,
            "stop": 1265014347
        },
        {
            "start": 1265014348,
            "stop": 1265014349
        },
        {
            "start": 1265014350,
            "stop": 1265014351
        },
        {
            "start": 1265014352,
            "stop": 1265014356
        }
    ]
}