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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 184,
    "results": [
        {
            "start": 1258904305,
            "stop": 1258904306
        },
        {
            "start": 1258904307,
            "stop": 1258904311
        },
        {
            "start": 1258904312,
            "stop": 1258904323
        },
        {
            "start": 1258904329,
            "stop": 1258904378
        },
        {
            "start": 1258904381,
            "stop": 1258904382
        },
        {
            "start": 1258904385,
            "stop": 1258904393
        },
        {
            "start": 1258904396,
            "stop": 1258904398
        },
        {
            "start": 1258904399,
            "stop": 1258904400
        },
        {
            "start": 1258904401,
            "stop": 1258904470
        },
        {
            "start": 1258904473,
            "stop": 1258904550
        },
        {
            "start": 1258904553,
            "stop": 1258904684
        },
        {
            "start": 1258904685,
            "stop": 1258904686
        },
        {
            "start": 1258904687,
            "stop": 1258904738
        },
        {
            "start": 1258904739,
            "stop": 1258904741
        },
        {
            "start": 1258904742,
            "stop": 1258904839
        },
        {
            "start": 1258904842,
            "stop": 1258904853
        },
        {
            "start": 1258904856,
            "stop": 1258904891
        },
        {
            "start": 1258904894,
            "stop": 1258904896
        },
        {
            "start": 1258904898,
            "stop": 1258904911
        },
        {
            "start": 1258904914,
            "stop": 1258904959
        }
    ]
}