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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=281",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 282,
    "results": [
        {
            "start": 866607827,
            "stop": 866651430
        },
        {
            "start": 866661142,
            "stop": 866672683
        },
        {
            "start": 866675607,
            "stop": 866690174
        },
        {
            "start": 866690177,
            "stop": 866698397
        },
        {
            "start": 866699051,
            "stop": 866711259
        },
        {
            "start": 866712245,
            "stop": 866718931
        },
        {
            "start": 866718953,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736388
        },
        {
            "start": 866738815,
            "stop": 866740522
        },
        {
            "start": 866740525,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762331
        },
        {
            "start": 866763911,
            "stop": 866769580
        },
        {
            "start": 866769581,
            "stop": 866770515
        },
        {
            "start": 866770516,
            "stop": 866770589
        },
        {
            "start": 866770593,
            "stop": 866770932
        },
        {
            "start": 866772017,
            "stop": 866774034
        },
        {
            "start": 866775342,
            "stop": 866776151
        },
        {
            "start": 866776775,
            "stop": 866823865
        },
        {
            "start": 866830370,
            "stop": 866835968
        }
    ]
}