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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=182",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 183,
    "results": [
        {
            "start": 1421188468,
            "stop": 1421188741
        },
        {
            "start": 1421188744,
            "stop": 1421190964
        },
        {
            "start": 1421190969,
            "stop": 1421192314
        },
        {
            "start": 1421192319,
            "stop": 1421193763
        },
        {
            "start": 1421193768,
            "stop": 1421195766
        },
        {
            "start": 1421195771,
            "stop": 1421196454
        },
        {
            "start": 1421196459,
            "stop": 1421198593
        },
        {
            "start": 1421198598,
            "stop": 1421200042
        },
        {
            "start": 1421200047,
            "stop": 1421208160
        },
        {
            "start": 1421208165,
            "stop": 1421213140
        },
        {
            "start": 1421213145,
            "stop": 1421220627
        },
        {
            "start": 1421220632,
            "stop": 1421221204
        },
        {
            "start": 1421221209,
            "stop": 1421223472
        },
        {
            "start": 1421223477,
            "stop": 1421225665
        },
        {
            "start": 1421225670,
            "stop": 1421231892
        },
        {
            "start": 1421231897,
            "stop": 1421233521
        },
        {
            "start": 1421233526,
            "stop": 1421238310
        },
        {
            "start": 1421238313,
            "stop": 1421240229
        },
        {
            "start": 1421240234,
            "stop": 1421240770
        },
        {
            "start": 1421240775,
            "stop": 1421242223
        }
    ]
}