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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=117",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 118,
    "results": [
        {
            "start": 829145391,
            "stop": 829150116
        },
        {
            "start": 829151305,
            "stop": 829161542
        },
        {
            "start": 829163543,
            "stop": 829171598
        },
        {
            "start": 829171630,
            "stop": 829171650
        },
        {
            "start": 829171898,
            "stop": 829174294
        },
        {
            "start": 829206742,
            "stop": 829207272
        },
        {
            "start": 829210428,
            "stop": 829210430
        },
        {
            "start": 829210516,
            "stop": 829210517
        },
        {
            "start": 829214456,
            "stop": 829214459
        },
        {
            "start": 829237323,
            "stop": 829240921
        },
        {
            "start": 829240924,
            "stop": 829248038
        },
        {
            "start": 829254052,
            "stop": 829259373
        },
        {
            "start": 829259673,
            "stop": 829260639
        },
        {
            "start": 829260642,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829283255
        },
        {
            "start": 829283258,
            "stop": 829283397
        },
        {
            "start": 829283400,
            "stop": 829284017
        },
        {
            "start": 829284020,
            "stop": 829284103
        },
        {
            "start": 829284106,
            "stop": 829284187
        },
        {
            "start": 829284190,
            "stop": 829284193
        }
    ]
}