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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1891",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1889",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1890,
    "results": [
        {
            "start": 1251266556,
            "stop": 1251268647
        },
        {
            "start": 1251268650,
            "stop": 1251269753
        },
        {
            "start": 1251269756,
            "stop": 1251270501
        },
        {
            "start": 1251270503,
            "stop": 1251271724
        },
        {
            "start": 1251271727,
            "stop": 1251272512
        },
        {
            "start": 1251273492,
            "stop": 1251273926
        },
        {
            "start": 1251273929,
            "stop": 1251275320
        },
        {
            "start": 1251275323,
            "stop": 1251275324
        },
        {
            "start": 1251275326,
            "stop": 1251275334
        },
        {
            "start": 1251275336,
            "stop": 1251275340
        },
        {
            "start": 1251275343,
            "stop": 1251275347
        },
        {
            "start": 1251275349,
            "stop": 1251276303
        },
        {
            "start": 1251282443,
            "stop": 1251284853
        },
        {
            "start": 1251284856,
            "stop": 1251285634
        },
        {
            "start": 1251285637,
            "stop": 1251290485
        },
        {
            "start": 1251290488,
            "stop": 1251291101
        },
        {
            "start": 1251291104,
            "stop": 1251291261
        },
        {
            "start": 1251291264,
            "stop": 1251293198
        },
        {
            "start": 1251293201,
            "stop": 1251295907
        },
        {
            "start": 1251295910,
            "stop": 1251296811
        }
    ]
}