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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=25",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 26,
    "results": [
        {
            "start": 962347142,
            "stop": 962347255
        },
        {
            "start": 962391087,
            "stop": 962391198
        },
        {
            "start": 962613974,
            "stop": 962614087
        },
        {
            "start": 962634743,
            "stop": 962634855
        },
        {
            "start": 962699758,
            "stop": 962699919
        },
        {
            "start": 962707790,
            "stop": 962707903
        },
        {
            "start": 962734806,
            "stop": 962734919
        },
        {
            "start": 962741927,
            "stop": 962742039
        },
        {
            "start": 962750366,
            "stop": 962750479
        },
        {
            "start": 962786142,
            "stop": 962786303
        },
        {
            "start": 962791487,
            "stop": 962791599
        },
        {
            "start": 962835710,
            "stop": 962835871
        },
        {
            "start": 962856942,
            "stop": 962857055
        },
        {
            "start": 962865406,
            "stop": 962865567
        },
        {
            "start": 962960063,
            "stop": 962960215
        },
        {
            "start": 963094455,
            "stop": 963094567
        },
        {
            "start": 963210034,
            "stop": 963210193
        },
        {
            "start": 963246970,
            "stop": 963247081
        },
        {
            "start": 963266881,
            "stop": 963266993
        },
        {
            "start": 963346690,
            "stop": 963346801
        }
    ]
}