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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 185,
    "results": [
        {
            "start": 1258904964,
            "stop": 1258905155
        },
        {
            "start": 1258905161,
            "stop": 1258905204
        },
        {
            "start": 1258905207,
            "stop": 1258905212
        },
        {
            "start": 1258905213,
            "stop": 1258905502
        },
        {
            "start": 1258905505,
            "stop": 1258905507
        },
        {
            "start": 1258905511,
            "stop": 1258905527
        },
        {
            "start": 1258905530,
            "stop": 1258905878
        },
        {
            "start": 1258905881,
            "stop": 1258905943
        },
        {
            "start": 1258905946,
            "stop": 1258906015
        },
        {
            "start": 1258906018,
            "stop": 1258906175
        },
        {
            "start": 1258906178,
            "stop": 1258906182
        },
        {
            "start": 1258906185,
            "stop": 1258906215
        },
        {
            "start": 1258906218,
            "stop": 1258906365
        },
        {
            "start": 1258906368,
            "stop": 1258906371
        },
        {
            "start": 1258906374,
            "stop": 1258906698
        },
        {
            "start": 1258906701,
            "stop": 1258906948
        },
        {
            "start": 1258906951,
            "stop": 1258907080
        },
        {
            "start": 1258907081,
            "stop": 1258907182
        },
        {
            "start": 1258907185,
            "stop": 1258907198
        },
        {
            "start": 1258907199,
            "stop": 1258907200
        }
    ]
}