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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=59",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 60,
    "results": [
        {
            "start": 821780301,
            "stop": 821780311
        },
        {
            "start": 821780314,
            "stop": 821780315
        },
        {
            "start": 821781726,
            "stop": 821783713
        },
        {
            "start": 821786944,
            "stop": 821788097
        },
        {
            "start": 821788774,
            "stop": 821788883
        },
        {
            "start": 821789017,
            "stop": 821789516
        },
        {
            "start": 821789523,
            "stop": 821789628
        },
        {
            "start": 821789722,
            "stop": 821790031
        },
        {
            "start": 821790113,
            "stop": 821790937
        },
        {
            "start": 821791210,
            "stop": 821792177
        },
        {
            "start": 821792338,
            "stop": 821797236
        },
        {
            "start": 821797238,
            "stop": 821797531
        },
        {
            "start": 821797533,
            "stop": 821797698
        },
        {
            "start": 821797700,
            "stop": 821797796
        },
        {
            "start": 821797798,
            "stop": 821798006
        },
        {
            "start": 821798008,
            "stop": 821798011
        },
        {
            "start": 821798015,
            "stop": 821798047
        },
        {
            "start": 821798048,
            "stop": 821798083
        },
        {
            "start": 821798294,
            "stop": 821799303
        },
        {
            "start": 821799414,
            "stop": 821799734
        }
    ]
}