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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=445",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 446,
    "results": [
        {
            "start": 945102675,
            "stop": 945104162
        },
        {
            "start": 945105537,
            "stop": 945109828
        },
        {
            "start": 945121715,
            "stop": 945124160
        },
        {
            "start": 945128293,
            "stop": 945128436
        },
        {
            "start": 945129162,
            "stop": 945135260
        },
        {
            "start": 945136125,
            "stop": 945142691
        },
        {
            "start": 945146316,
            "stop": 945182391
        },
        {
            "start": 945184506,
            "stop": 945185769
        },
        {
            "start": 945190352,
            "stop": 945193025
        },
        {
            "start": 945193027,
            "stop": 945193603
        },
        {
            "start": 945243366,
            "stop": 945247382
        },
        {
            "start": 945247385,
            "stop": 945249333
        },
        {
            "start": 945252716,
            "stop": 945263708
        },
        {
            "start": 945266987,
            "stop": 945275269
        },
        {
            "start": 945276651,
            "stop": 945284982
        },
        {
            "start": 945288049,
            "stop": 945288594
        },
        {
            "start": 945292583,
            "stop": 945302061
        },
        {
            "start": 945308839,
            "stop": 945346227
        },
        {
            "start": 945346229,
            "stop": 945364172
        },
        {
            "start": 945364174,
            "stop": 945364644
        }
    ]
}