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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5856",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5857,
    "results": [
        {
            "start": 874756706,
            "stop": 874756746
        },
        {
            "start": 874756749,
            "stop": 874756794
        },
        {
            "start": 874756797,
            "stop": 874756905
        },
        {
            "start": 874756908,
            "stop": 874757008
        },
        {
            "start": 874757011,
            "stop": 874757094
        },
        {
            "start": 874757098,
            "stop": 874757147
        },
        {
            "start": 874757150,
            "stop": 874757245
        },
        {
            "start": 874757248,
            "stop": 874757349
        },
        {
            "start": 874757352,
            "stop": 874757464
        },
        {
            "start": 874757467,
            "stop": 874757648
        },
        {
            "start": 874757652,
            "stop": 874757715
        },
        {
            "start": 874757718,
            "stop": 874757736
        },
        {
            "start": 874757739,
            "stop": 874757752
        },
        {
            "start": 874757755,
            "stop": 874757810
        },
        {
            "start": 874757814,
            "stop": 874757815
        },
        {
            "start": 874757819,
            "stop": 874757826
        },
        {
            "start": 874757830,
            "stop": 874757856
        },
        {
            "start": 874757859,
            "stop": 874757909
        },
        {
            "start": 874757912,
            "stop": 874757952
        },
        {
            "start": 874757955,
            "stop": 874757969
        }
    ]
}