Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 55,
    "results": [
        {
            "start": 1258060843,
            "stop": 1258060854
        },
        {
            "start": 1258060858,
            "stop": 1258061022
        },
        {
            "start": 1258061025,
            "stop": 1258061076
        },
        {
            "start": 1258061081,
            "stop": 1258061733
        },
        {
            "start": 1258061736,
            "stop": 1258062996
        },
        {
            "start": 1258063001,
            "stop": 1258063360
        },
        {
            "start": 1258063363,
            "stop": 1258063769
        },
        {
            "start": 1258063771,
            "stop": 1258064105
        },
        {
            "start": 1258064108,
            "stop": 1258064486
        },
        {
            "start": 1258064490,
            "stop": 1258065830
        },
        {
            "start": 1258065832,
            "stop": 1258066478
        },
        {
            "start": 1258066480,
            "stop": 1258067183
        },
        {
            "start": 1258067186,
            "stop": 1258070823
        },
        {
            "start": 1258070824,
            "stop": 1258071191
        },
        {
            "start": 1258071194,
            "stop": 1258072070
        },
        {
            "start": 1258072078,
            "stop": 1258072939
        },
        {
            "start": 1258072942,
            "stop": 1258076212
        },
        {
            "start": 1258076663,
            "stop": 1258077704
        },
        {
            "start": 1258077708,
            "stop": 1258081381
        },
        {
            "start": 1258081385,
            "stop": 1258082810
        }
    ]
}