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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46867",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46868,
    "results": [
        {
            "start": 875146814,
            "stop": 875146822
        },
        {
            "start": 875146823,
            "stop": 875146827
        },
        {
            "start": 875146830,
            "stop": 875146832
        },
        {
            "start": 875146835,
            "stop": 875146836
        },
        {
            "start": 875146837,
            "stop": 875146839
        },
        {
            "start": 875146841,
            "stop": 875146867
        },
        {
            "start": 875146868,
            "stop": 875146873
        },
        {
            "start": 875146874,
            "stop": 875146879
        },
        {
            "start": 875146883,
            "stop": 875146889
        },
        {
            "start": 875146891,
            "stop": 875146899
        },
        {
            "start": 875146900,
            "stop": 875146907
        },
        {
            "start": 875146911,
            "stop": 875146933
        },
        {
            "start": 875146937,
            "stop": 875146941
        },
        {
            "start": 875146942,
            "stop": 875146962
        },
        {
            "start": 875146963,
            "stop": 875146965
        },
        {
            "start": 875146968,
            "stop": 875146969
        },
        {
            "start": 875146970,
            "stop": 875146972
        },
        {
            "start": 875146973,
            "stop": 875146977
        },
        {
            "start": 875146978,
            "stop": 875146983
        },
        {
            "start": 875146984,
            "stop": 875146991
        }
    ]
}