Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=673
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=674",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=672",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 673,
    "results": [
        {
            "start": 1265083413,
            "stop": 1265085218
        },
        {
            "start": 1265085221,
            "stop": 1265085231
        },
        {
            "start": 1265085234,
            "stop": 1265085667
        },
        {
            "start": 1265085670,
            "stop": 1265088693
        },
        {
            "start": 1265088696,
            "stop": 1265090132
        },
        {
            "start": 1265090135,
            "stop": 1265092191
        },
        {
            "start": 1265092194,
            "stop": 1265092425
        },
        {
            "start": 1265092428,
            "stop": 1265092932
        },
        {
            "start": 1265092935,
            "stop": 1265097763
        },
        {
            "start": 1265097772,
            "stop": 1265098299
        },
        {
            "start": 1265098394,
            "stop": 1265100126
        },
        {
            "start": 1265100129,
            "stop": 1265100480
        },
        {
            "start": 1265100483,
            "stop": 1265102021
        },
        {
            "start": 1265102024,
            "stop": 1265102145
        },
        {
            "start": 1265102148,
            "stop": 1265107297
        },
        {
            "start": 1265107300,
            "stop": 1265124218
        },
        {
            "start": 1265124226,
            "stop": 1265127352
        },
        {
            "start": 1265127355,
            "stop": 1265129200
        },
        {
            "start": 1265129203,
            "stop": 1265130933
        },
        {
            "start": 1265138874,
            "stop": 1265142206
        }
    ]
}