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=1788
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=1789",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1787",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1788,
    "results": [
        {
            "start": 1249643159,
            "stop": 1249643409
        },
        {
            "start": 1249643412,
            "stop": 1249644142
        },
        {
            "start": 1249644144,
            "stop": 1249646131
        },
        {
            "start": 1249646134,
            "stop": 1249647825
        },
        {
            "start": 1249647826,
            "stop": 1249647855
        },
        {
            "start": 1249647856,
            "stop": 1249647857
        },
        {
            "start": 1249647858,
            "stop": 1249647859
        },
        {
            "start": 1249647860,
            "stop": 1249647894
        },
        {
            "start": 1249647897,
            "stop": 1249648559
        },
        {
            "start": 1249648561,
            "stop": 1249648581
        },
        {
            "start": 1249648583,
            "stop": 1249648592
        },
        {
            "start": 1249648594,
            "stop": 1249648595
        },
        {
            "start": 1249648597,
            "stop": 1249650369
        },
        {
            "start": 1249650370,
            "stop": 1249651181
        },
        {
            "start": 1249651184,
            "stop": 1249652135
        },
        {
            "start": 1249652137,
            "stop": 1249652618
        },
        {
            "start": 1249652621,
            "stop": 1249652625
        },
        {
            "start": 1249652626,
            "stop": 1249652695
        },
        {
            "start": 1249652698,
            "stop": 1249654292
        },
        {
            "start": 1249654294,
            "stop": 1249654798
        }
    ]
}