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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=18",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 19,
    "results": [
        {
            "start": 817573361,
            "stop": 817575002
        },
        {
            "start": 817575004,
            "stop": 817575031
        },
        {
            "start": 817575095,
            "stop": 817577233
        },
        {
            "start": 817577263,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577581
        },
        {
            "start": 817577582,
            "stop": 817577599
        },
        {
            "start": 817577663,
            "stop": 817592533
        },
        {
            "start": 817594520,
            "stop": 817596476
        },
        {
            "start": 817597348,
            "stop": 817600256
        },
        {
            "start": 817605934,
            "stop": 817606493
        },
        {
            "start": 817606495,
            "stop": 817606523
        },
        {
            "start": 817606764,
            "stop": 817618093
        },
        {
            "start": 817633929,
            "stop": 817661903
        },
        {
            "start": 817664610,
            "stop": 817682925
        },
        {
            "start": 817684188,
            "stop": 817687067
        },
        {
            "start": 817688327,
            "stop": 817688563
        },
        {
            "start": 817688565,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707343
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        }
    ]
}