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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=86",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 87,
    "results": [
        {
            "start": 820300577,
            "stop": 820301057
        },
        {
            "start": 820301197,
            "stop": 820301437
        },
        {
            "start": 820301590,
            "stop": 820301890
        },
        {
            "start": 820302055,
            "stop": 820303555
        },
        {
            "start": 820303725,
            "stop": 820303905
        },
        {
            "start": 820304083,
            "stop": 820304383
        },
        {
            "start": 820304999,
            "stop": 820305299
        },
        {
            "start": 820305464,
            "stop": 820305584
        },
        {
            "start": 820305771,
            "stop": 820306191
        },
        {
            "start": 820306801,
            "stop": 820306981
        },
        {
            "start": 820307617,
            "stop": 820308337
        },
        {
            "start": 820308611,
            "stop": 820308731
        },
        {
            "start": 820309979,
            "stop": 820310219
        },
        {
            "start": 820310379,
            "stop": 820310499
        },
        {
            "start": 820310920,
            "stop": 820311160
        },
        {
            "start": 820311324,
            "stop": 820311624
        },
        {
            "start": 820312034,
            "stop": 820312274
        },
        {
            "start": 820312888,
            "stop": 820312948
        },
        {
            "start": 820313250,
            "stop": 820313550
        },
        {
            "start": 820313728,
            "stop": 820313848
        }
    ]
}