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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 205,
    "results": [
        {
            "start": 1239975795,
            "stop": 1239976156
        },
        {
            "start": 1239976157,
            "stop": 1239976247
        },
        {
            "start": 1239976249,
            "stop": 1239976343
        },
        {
            "start": 1239976345,
            "stop": 1239976717
        },
        {
            "start": 1239976718,
            "stop": 1239976726
        },
        {
            "start": 1239976728,
            "stop": 1239976795
        },
        {
            "start": 1239976796,
            "stop": 1239977067
        },
        {
            "start": 1239977068,
            "stop": 1239977568
        },
        {
            "start": 1239977569,
            "stop": 1239977656
        },
        {
            "start": 1239977659,
            "stop": 1239978015
        },
        {
            "start": 1239978018,
            "stop": 1239978316
        },
        {
            "start": 1239978317,
            "stop": 1239978528
        },
        {
            "start": 1239978531,
            "stop": 1239978714
        },
        {
            "start": 1239978717,
            "stop": 1239978856
        },
        {
            "start": 1239978858,
            "stop": 1239979282
        },
        {
            "start": 1239979285,
            "stop": 1239979581
        },
        {
            "start": 1239979582,
            "stop": 1239979698
        },
        {
            "start": 1239979700,
            "stop": 1239979881
        },
        {
            "start": 1239979882,
            "stop": 1239980168
        },
        {
            "start": 1239980169,
            "stop": 1239980418
        }
    ]
}