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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=478",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 479,
    "results": [
        {
            "start": 1262179690,
            "stop": 1262179717
        },
        {
            "start": 1262179720,
            "stop": 1262179729
        },
        {
            "start": 1262179732,
            "stop": 1262179893
        },
        {
            "start": 1262179896,
            "stop": 1262180137
        },
        {
            "start": 1262180140,
            "stop": 1262180424
        },
        {
            "start": 1262180427,
            "stop": 1262180824
        },
        {
            "start": 1262180827,
            "stop": 1262185784
        },
        {
            "start": 1262185787,
            "stop": 1262186824
        },
        {
            "start": 1262186827,
            "stop": 1262186844
        },
        {
            "start": 1262186848,
            "stop": 1262187340
        },
        {
            "start": 1262187341,
            "stop": 1262187343
        },
        {
            "start": 1262187344,
            "stop": 1262187345
        },
        {
            "start": 1262187347,
            "stop": 1262187646
        },
        {
            "start": 1262187649,
            "stop": 1262188379
        },
        {
            "start": 1262188387,
            "stop": 1262190740
        },
        {
            "start": 1262190743,
            "stop": 1262190799
        },
        {
            "start": 1262190910,
            "stop": 1262192491
        },
        {
            "start": 1262192494,
            "stop": 1262195356
        },
        {
            "start": 1262195359,
            "stop": 1262197845
        },
        {
            "start": 1262197848,
            "stop": 1262199750
        }
    ]
}