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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=744",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 745,
    "results": [
        {
            "start": 867411560,
            "stop": 867427956
        },
        {
            "start": 867428046,
            "stop": 867441187
        },
        {
            "start": 867441203,
            "stop": 867449532
        },
        {
            "start": 867455963,
            "stop": 867501108
        },
        {
            "start": 867503915,
            "stop": 867510407
        },
        {
            "start": 867552385,
            "stop": 867558651
        },
        {
            "start": 867559566,
            "stop": 867617238
        },
        {
            "start": 867621318,
            "stop": 867628363
        },
        {
            "start": 867630444,
            "stop": 867645833
        },
        {
            "start": 867645836,
            "stop": 867652680
        },
        {
            "start": 867652740,
            "stop": 867678332
        },
        {
            "start": 867678334,
            "stop": 867685020
        },
        {
            "start": 867685080,
            "stop": 867685181
        },
        {
            "start": 867685185,
            "stop": 867687382
        },
        {
            "start": 867701028,
            "stop": 867701184
        },
        {
            "start": 867702260,
            "stop": 867702446
        },
        {
            "start": 867716792,
            "stop": 867717101
        },
        {
            "start": 867725598,
            "stop": 867725759
        },
        {
            "start": 867726837,
            "stop": 867727892
        },
        {
            "start": 867728212,
            "stop": 867728475
        }
    ]
}