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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6133",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6134,
    "results": [
        {
            "start": 874224743,
            "stop": 874224764
        },
        {
            "start": 874224769,
            "stop": 874225061
        },
        {
            "start": 874225064,
            "stop": 874225118
        },
        {
            "start": 874225121,
            "stop": 874225122
        },
        {
            "start": 874225127,
            "stop": 874225149
        },
        {
            "start": 874225152,
            "stop": 874225157
        },
        {
            "start": 874225160,
            "stop": 874225229
        },
        {
            "start": 874225232,
            "stop": 874225305
        },
        {
            "start": 874225306,
            "stop": 874225316
        },
        {
            "start": 874225325,
            "stop": 874225328
        },
        {
            "start": 874225331,
            "stop": 874225339
        },
        {
            "start": 874225345,
            "stop": 874225347
        },
        {
            "start": 874225351,
            "stop": 874225354
        },
        {
            "start": 874225357,
            "stop": 874225423
        },
        {
            "start": 874225426,
            "stop": 874225434
        },
        {
            "start": 874228583,
            "stop": 874229435
        },
        {
            "start": 874229437,
            "stop": 874229500
        },
        {
            "start": 874229502,
            "stop": 874229915
        },
        {
            "start": 874229918,
            "stop": 874229945
        },
        {
            "start": 874229948,
            "stop": 874229949
        }
    ]
}