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=676
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=677",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=675",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 676,
    "results": [
        {
            "start": 1265238722,
            "stop": 1265238793
        },
        {
            "start": 1265238795,
            "stop": 1265240583
        },
        {
            "start": 1265240586,
            "stop": 1265242703
        },
        {
            "start": 1265243668,
            "stop": 1265244225
        },
        {
            "start": 1265244228,
            "stop": 1265244625
        },
        {
            "start": 1265244628,
            "stop": 1265247338
        },
        {
            "start": 1265247341,
            "stop": 1265247523
        },
        {
            "start": 1265247531,
            "stop": 1265247774
        },
        {
            "start": 1265247777,
            "stop": 1265247919
        },
        {
            "start": 1265247922,
            "stop": 1265253211
        },
        {
            "start": 1265253214,
            "stop": 1265253383
        },
        {
            "start": 1265253385,
            "stop": 1265253701
        },
        {
            "start": 1265253704,
            "stop": 1265255106
        },
        {
            "start": 1265255109,
            "stop": 1265257607
        },
        {
            "start": 1265257610,
            "stop": 1265258332
        },
        {
            "start": 1265258340,
            "stop": 1265265993
        },
        {
            "start": 1265265996,
            "stop": 1265266476
        },
        {
            "start": 1265266479,
            "stop": 1265266513
        },
        {
            "start": 1265266514,
            "stop": 1265266515
        },
        {
            "start": 1265266517,
            "stop": 1265266533
        }
    ]
}