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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 139,
    "results": [
        {
            "start": 931392926,
            "stop": 931393108
        },
        {
            "start": 931393109,
            "stop": 931393129
        },
        {
            "start": 931393131,
            "stop": 931393143
        },
        {
            "start": 931393145,
            "stop": 931393148
        },
        {
            "start": 931393150,
            "stop": 931393228
        },
        {
            "start": 931393229,
            "stop": 931393274
        },
        {
            "start": 931393276,
            "stop": 931393297
        },
        {
            "start": 931393299,
            "stop": 931393319
        },
        {
            "start": 931393321,
            "stop": 931393325
        },
        {
            "start": 931393327,
            "stop": 931393351
        },
        {
            "start": 931393352,
            "stop": 931393372
        },
        {
            "start": 931393373,
            "stop": 931393441
        },
        {
            "start": 931393443,
            "stop": 931393454
        },
        {
            "start": 931393456,
            "stop": 931393550
        },
        {
            "start": 931393551,
            "stop": 931393567
        },
        {
            "start": 931393569,
            "stop": 931393588
        },
        {
            "start": 931393590,
            "stop": 931393637
        },
        {
            "start": 931393638,
            "stop": 931393670
        },
        {
            "start": 931393671,
            "stop": 931393680
        },
        {
            "start": 931393682,
            "stop": 931393689
        }
    ]
}