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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=286",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 287,
    "results": [
        {
            "start": 1263123639,
            "stop": 1263124467
        },
        {
            "start": 1263124470,
            "stop": 1263125980
        },
        {
            "start": 1263125983,
            "stop": 1263126536
        },
        {
            "start": 1263126541,
            "stop": 1263128157
        },
        {
            "start": 1263128160,
            "stop": 1263130590
        },
        {
            "start": 1263130591,
            "stop": 1263133040
        },
        {
            "start": 1263133045,
            "stop": 1263134884
        },
        {
            "start": 1263134888,
            "stop": 1263135675
        },
        {
            "start": 1263135679,
            "stop": 1263138200
        },
        {
            "start": 1263138202,
            "stop": 1263139154
        },
        {
            "start": 1263139159,
            "stop": 1263142852
        },
        {
            "start": 1263142855,
            "stop": 1263144219
        },
        {
            "start": 1263144222,
            "stop": 1263145500
        },
        {
            "start": 1263145504,
            "stop": 1263150726
        },
        {
            "start": 1263150731,
            "stop": 1263151132
        },
        {
            "start": 1263151136,
            "stop": 1263151722
        },
        {
            "start": 1263151724,
            "stop": 1263152439
        },
        {
            "start": 1263152443,
            "stop": 1263153500
        },
        {
            "start": 1263153504,
            "stop": 1263155797
        },
        {
            "start": 1263155799,
            "stop": 1263156043
        }
    ]
}