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=440
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=441",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=439",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 440,
    "results": [
        {
            "start": 1264381901,
            "stop": 1264381974
        },
        {
            "start": 1264381979,
            "stop": 1264382021
        },
        {
            "start": 1264382023,
            "stop": 1264382029
        },
        {
            "start": 1264382031,
            "stop": 1264382032
        },
        {
            "start": 1264382037,
            "stop": 1264382089
        },
        {
            "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
        }
    ]
}