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=5801
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=5802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5800",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5801,
    "results": [
        {
            "start": 874694728,
            "stop": 874694755
        },
        {
            "start": 874694758,
            "stop": 874694762
        },
        {
            "start": 874694765,
            "stop": 874694779
        },
        {
            "start": 874694783,
            "stop": 874694784
        },
        {
            "start": 874694788,
            "stop": 874694801
        },
        {
            "start": 874694804,
            "stop": 874694823
        },
        {
            "start": 874694826,
            "stop": 874694829
        },
        {
            "start": 874694832,
            "stop": 874694887
        },
        {
            "start": 874694890,
            "stop": 874694926
        },
        {
            "start": 874694929,
            "stop": 874695000
        },
        {
            "start": 874695003,
            "stop": 874695005
        },
        {
            "start": 874695008,
            "stop": 874695020
        },
        {
            "start": 874695024,
            "stop": 874695053
        },
        {
            "start": 874695056,
            "stop": 874695092
        },
        {
            "start": 874695095,
            "stop": 874695106
        },
        {
            "start": 874695109,
            "stop": 874695170
        },
        {
            "start": 874695173,
            "stop": 874695249
        },
        {
            "start": 874695252,
            "stop": 874695266
        },
        {
            "start": 874695269,
            "stop": 874695270
        },
        {
            "start": 874695273,
            "stop": 874695296
        }
    ]
}