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=1892
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=1893",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1891",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1892,
    "results": [
        {
            "start": 1251302193,
            "stop": 1251302194
        },
        {
            "start": 1251302195,
            "stop": 1251303016
        },
        {
            "start": 1251303018,
            "stop": 1251304256
        },
        {
            "start": 1251304257,
            "stop": 1251304270
        },
        {
            "start": 1251304271,
            "stop": 1251304272
        },
        {
            "start": 1251304275,
            "stop": 1251304276
        },
        {
            "start": 1251304282,
            "stop": 1251304283
        },
        {
            "start": 1251304284,
            "stop": 1251304285
        },
        {
            "start": 1251304286,
            "stop": 1251305382
        },
        {
            "start": 1251305385,
            "stop": 1251307417
        },
        {
            "start": 1251307419,
            "stop": 1251307773
        },
        {
            "start": 1251307776,
            "stop": 1251313559
        },
        {
            "start": 1251313560,
            "stop": 1251317107
        },
        {
            "start": 1251317110,
            "stop": 1251318130
        },
        {
            "start": 1251318138,
            "stop": 1251318985
        },
        {
            "start": 1251318993,
            "stop": 1251319744
        },
        {
            "start": 1251319747,
            "stop": 1251320624
        },
        {
            "start": 1251320627,
            "stop": 1251320932
        },
        {
            "start": 1251320935,
            "stop": 1251321141
        },
        {
            "start": 1251321142,
            "stop": 1251321188
        }
    ]
}