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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=24",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 25,
    "results": [
        {
            "start": 956232302,
            "stop": 956232414
        },
        {
            "start": 956236126,
            "stop": 956236278
        },
        {
            "start": 956242589,
            "stop": 956242702
        },
        {
            "start": 956266685,
            "stop": 956266846
        },
        {
            "start": 956300253,
            "stop": 956300366
        },
        {
            "start": 956307469,
            "stop": 956307630
        },
        {
            "start": 956313062,
            "stop": 956313174
        },
        {
            "start": 956474222,
            "stop": 956474334
        },
        {
            "start": 956480974,
            "stop": 956481134
        },
        {
            "start": 956528285,
            "stop": 956528446
        },
        {
            "start": 956687037,
            "stop": 956687190
        },
        {
            "start": 956696982,
            "stop": 956697094
        },
        {
            "start": 956750317,
            "stop": 956750430
        },
        {
            "start": 956850493,
            "stop": 956850606
        },
        {
            "start": 956924077,
            "stop": 956924190
        },
        {
            "start": 956987782,
            "stop": 956987894
        },
        {
            "start": 957045965,
            "stop": 957046118
        },
        {
            "start": 957082550,
            "stop": 957082702
        },
        {
            "start": 957141566,
            "stop": 957141726
        },
        {
            "start": 957165718,
            "stop": 957165830
        }
    ]
}