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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=95",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 96,
    "results": [
        {
            "start": 931329872,
            "stop": 931330029
        },
        {
            "start": 931330031,
            "stop": 931330048
        },
        {
            "start": 931330050,
            "stop": 931330053
        },
        {
            "start": 931330055,
            "stop": 931330180
        },
        {
            "start": 931330182,
            "stop": 931330227
        },
        {
            "start": 931330229,
            "stop": 931330257
        },
        {
            "start": 931330259,
            "stop": 931330298
        },
        {
            "start": 931330300,
            "stop": 931330365
        },
        {
            "start": 931330367,
            "stop": 931330395
        },
        {
            "start": 931330397,
            "stop": 931330455
        },
        {
            "start": 931330457,
            "stop": 931330495
        },
        {
            "start": 931330497,
            "stop": 931330563
        },
        {
            "start": 931330565,
            "stop": 931330589
        },
        {
            "start": 931330591,
            "stop": 931330620
        },
        {
            "start": 931330623,
            "stop": 931330687
        },
        {
            "start": 931330689,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931338056
        },
        {
            "start": 931338058,
            "stop": 931338062
        },
        {
            "start": 931338066,
            "stop": 931338105
        },
        {
            "start": 931338107,
            "stop": 931338126
        }
    ]
}