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=750
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=751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=749",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 750,
    "results": [
        {
            "start": 868746200,
            "stop": 868751229
        },
        {
            "start": 868751230,
            "stop": 868753227
        },
        {
            "start": 868753888,
            "stop": 868793878
        },
        {
            "start": 868793880,
            "stop": 868794197
        },
        {
            "start": 868841856,
            "stop": 868851550
        },
        {
            "start": 868852045,
            "stop": 868864963
        },
        {
            "start": 868865378,
            "stop": 868874234
        },
        {
            "start": 868874236,
            "stop": 868897380
        },
        {
            "start": 868897440,
            "stop": 868909113
        },
        {
            "start": 868911049,
            "stop": 868919334
        },
        {
            "start": 868922706,
            "stop": 868928730
        },
        {
            "start": 868946936,
            "stop": 868987968
        },
        {
            "start": 868990174,
            "stop": 869006664
        },
        {
            "start": 869009918,
            "stop": 869013858
        },
        {
            "start": 869014091,
            "stop": 869020177
        },
        {
            "start": 869021684,
            "stop": 869051048
        },
        {
            "start": 869051754,
            "stop": 869051903
        },
        {
            "start": 869052303,
            "stop": 869060214
        },
        {
            "start": 869061945,
            "stop": 869068000
        },
        {
            "start": 869069773,
            "stop": 869069841
        }
    ]
}