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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 103,
    "results": [
        {
            "start": 931341459,
            "stop": 931341485
        },
        {
            "start": 931341488,
            "stop": 931341615
        },
        {
            "start": 931341975,
            "stop": 931341982
        },
        {
            "start": 931341983,
            "stop": 931341987
        },
        {
            "start": 931341988,
            "stop": 931342083
        },
        {
            "start": 931342084,
            "stop": 931342128
        },
        {
            "start": 931342130,
            "stop": 931342237
        },
        {
            "start": 931342238,
            "stop": 931342338
        },
        {
            "start": 931342339,
            "stop": 931342472
        },
        {
            "start": 931342473,
            "stop": 931342671
        },
        {
            "start": 931342674,
            "stop": 931342847
        },
        {
            "start": 931342848,
            "stop": 931342892
        },
        {
            "start": 931342893,
            "stop": 931342960
        },
        {
            "start": 931342962,
            "stop": 931343007
        },
        {
            "start": 931343008,
            "stop": 931343125
        },
        {
            "start": 931343126,
            "stop": 931343202
        },
        {
            "start": 931343203,
            "stop": 931343223
        },
        {
            "start": 931343224,
            "stop": 931343452
        },
        {
            "start": 931343453,
            "stop": 931343497
        },
        {
            "start": 931343498,
            "stop": 931343605
        }
    ]
}