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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1467",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1468,
    "results": [
        {
            "start": 860454234,
            "stop": 860478560
        },
        {
            "start": 860481617,
            "stop": 860489510
        },
        {
            "start": 860489856,
            "stop": 860497556
        },
        {
            "start": 860498001,
            "stop": 860511033
        },
        {
            "start": 860511308,
            "stop": 860517966
        },
        {
            "start": 860518187,
            "stop": 860526177
        },
        {
            "start": 860526298,
            "stop": 860527282
        },
        {
            "start": 860528194,
            "stop": 860534631
        },
        {
            "start": 860534825,
            "stop": 860543395
        },
        {
            "start": 860544525,
            "stop": 860550861
        },
        {
            "start": 860551420,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860575669
        },
        {
            "start": 860575672,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860591648
        },
        {
            "start": 860591902,
            "stop": 860594064
        },
        {
            "start": 860594375,
            "stop": 860615603
        },
        {
            "start": 860616843,
            "stop": 860624080
        },
        {
            "start": 860624441,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675490
        },
        {
            "start": 860677088,
            "stop": 860710795
        }
    ]
}