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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7306
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=7307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7305",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7306,
    "results": [
        {
            "start": 875122886,
            "stop": 875122890
        },
        {
            "start": 875122892,
            "stop": 875122958
        },
        {
            "start": 875122961,
            "stop": 875122999
        },
        {
            "start": 875123000,
            "stop": 875123003
        },
        {
            "start": 875123005,
            "stop": 875123127
        },
        {
            "start": 875123128,
            "stop": 875123255
        },
        {
            "start": 875123257,
            "stop": 875123353
        },
        {
            "start": 875123354,
            "stop": 875123474
        },
        {
            "start": 875123475,
            "stop": 875123610
        },
        {
            "start": 875123612,
            "stop": 875123822
        },
        {
            "start": 875123823,
            "stop": 875124048
        },
        {
            "start": 875124050,
            "stop": 875124835
        },
        {
            "start": 875124836,
            "stop": 875124920
        },
        {
            "start": 875124922,
            "stop": 875125092
        },
        {
            "start": 875125093,
            "stop": 875125162
        },
        {
            "start": 875125163,
            "stop": 875125529
        },
        {
            "start": 875125531,
            "stop": 875125990
        },
        {
            "start": 875125991,
            "stop": 875126524
        },
        {
            "start": 875126525,
            "stop": 875126612
        },
        {
            "start": 875126614,
            "stop": 875126750
        }
    ]
}