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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 135,
    "results": [
        {
            "start": 931591635,
            "stop": 931591636
        },
        {
            "start": 931591639,
            "stop": 931591640
        },
        {
            "start": 931591648,
            "stop": 931591652
        },
        {
            "start": 931591660,
            "stop": 931591661
        },
        {
            "start": 931591664,
            "stop": 931591666
        },
        {
            "start": 931591670,
            "stop": 931591675
        },
        {
            "start": 931591679,
            "stop": 931591685
        },
        {
            "start": 931591688,
            "stop": 931591698
        },
        {
            "start": 931591701,
            "stop": 931591704
        },
        {
            "start": 931591715,
            "stop": 931591719
        },
        {
            "start": 931591722,
            "stop": 931591726
        },
        {
            "start": 931591729,
            "stop": 931591735
        },
        {
            "start": 931591738,
            "stop": 931591746
        },
        {
            "start": 931591749,
            "stop": 931591751
        },
        {
            "start": 931591754,
            "stop": 931591761
        },
        {
            "start": 931591765,
            "stop": 931591772
        },
        {
            "start": 931591774,
            "stop": 931591776
        },
        {
            "start": 931591780,
            "stop": 931591791
        },
        {
            "start": 931591794,
            "stop": 931591807
        },
        {
            "start": 931591810,
            "stop": 931591811
        }
    ]
}