Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=770
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=769",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 770,
    "results": [
        {
            "start": 856891855,
            "stop": 856893055
        },
        {
            "start": 856893195,
            "stop": 856897575
        },
        {
            "start": 856897778,
            "stop": 856898078
        },
        {
            "start": 856898198,
            "stop": 856898258
        },
        {
            "start": 856898318,
            "stop": 856898738
        },
        {
            "start": 856898870,
            "stop": 856900130
        },
        {
            "start": 856900265,
            "stop": 856900325
        },
        {
            "start": 856900473,
            "stop": 856900593
        },
        {
            "start": 856900759,
            "stop": 856900819
        },
        {
            "start": 856914047,
            "stop": 856915427
        },
        {
            "start": 856915678,
            "stop": 856920748
        },
        {
            "start": 856920778,
            "stop": 856934698
        },
        {
            "start": 856935891,
            "stop": 856939221
        },
        {
            "start": 856939371,
            "stop": 856940631
        },
        {
            "start": 856940781,
            "stop": 856943271
        },
        {
            "start": 856944490,
            "stop": 856951450
        },
        {
            "start": 856951751,
            "stop": 856951811
        },
        {
            "start": 856952022,
            "stop": 856958592
        },
        {
            "start": 856958742,
            "stop": 856960182
        },
        {
            "start": 856960818,
            "stop": 856971318
        }
    ]
}