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_BURST_CAT3/segments?format=api&page=597
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=598",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=596",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 597,
    "results": [
        {
            "start": 1265013977,
            "stop": 1265013980
        },
        {
            "start": 1265013981,
            "stop": 1265013983
        },
        {
            "start": 1265013988,
            "stop": 1265013998
        },
        {
            "start": 1265014002,
            "stop": 1265014009
        },
        {
            "start": 1265014011,
            "stop": 1265014012
        },
        {
            "start": 1265014013,
            "stop": 1265014014
        },
        {
            "start": 1265014016,
            "stop": 1265014017
        },
        {
            "start": 1265014018,
            "stop": 1265014115
        },
        {
            "start": 1265014116,
            "stop": 1265014163
        },
        {
            "start": 1265014165,
            "stop": 1265014166
        },
        {
            "start": 1265014168,
            "stop": 1265014170
        },
        {
            "start": 1265014172,
            "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
        }
    ]
}