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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=238",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 239,
    "results": [
        {
            "start": 854483245,
            "stop": 854483266
        },
        {
            "start": 854483566,
            "stop": 854504456
        },
        {
            "start": 854505238,
            "stop": 854584199
        },
        {
            "start": 854584559,
            "stop": 854585450
        },
        {
            "start": 854586144,
            "stop": 854586682
        },
        {
            "start": 854586697,
            "stop": 854617843
        },
        {
            "start": 854620245,
            "stop": 854658301
        },
        {
            "start": 854667568,
            "stop": 854673134
        },
        {
            "start": 854673237,
            "stop": 854705122
        },
        {
            "start": 854706514,
            "stop": 854706545
        },
        {
            "start": 854706904,
            "stop": 854744114
        },
        {
            "start": 854744252,
            "stop": 854751265
        },
        {
            "start": 854752650,
            "stop": 854758496
        },
        {
            "start": 854758695,
            "stop": 854770229
        },
        {
            "start": 854770339,
            "stop": 854770397
        },
        {
            "start": 854770697,
            "stop": 854794321
        },
        {
            "start": 854794633,
            "stop": 854812841
        },
        {
            "start": 854829912,
            "stop": 854830112
        },
        {
            "start": 854830972,
            "stop": 854910438
        },
        {
            "start": 854911431,
            "stop": 854916747
        }
    ]
}