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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=653",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=651",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 652,
    "results": [
        {
            "start": 1264228143,
            "stop": 1264229624
        },
        {
            "start": 1264229627,
            "stop": 1264234996
        },
        {
            "start": 1264235004,
            "stop": 1264235661
        },
        {
            "start": 1264235664,
            "stop": 1264237791
        },
        {
            "start": 1264237794,
            "stop": 1264239459
        },
        {
            "start": 1264239462,
            "stop": 1264242583
        },
        {
            "start": 1264242586,
            "stop": 1264242867
        },
        {
            "start": 1264242870,
            "stop": 1264243993
        },
        {
            "start": 1264243996,
            "stop": 1264244459
        },
        {
            "start": 1264244463,
            "stop": 1264247746
        },
        {
            "start": 1264247754,
            "stop": 1264248436
        },
        {
            "start": 1264248439,
            "stop": 1264249664
        },
        {
            "start": 1264249667,
            "stop": 1264250304
        },
        {
            "start": 1264250307,
            "stop": 1264250849
        },
        {
            "start": 1264256425,
            "stop": 1264257697
        },
        {
            "start": 1264257700,
            "stop": 1264261585
        },
        {
            "start": 1264297924,
            "stop": 1264298338
        },
        {
            "start": 1264298341,
            "stop": 1264302542
        },
        {
            "start": 1264302545,
            "stop": 1264303578
        },
        {
            "start": 1264303581,
            "stop": 1264303694
        }
    ]
}