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=46881
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=46882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46880",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46881,
    "results": [
        {
            "start": 875151344,
            "stop": 875151355
        },
        {
            "start": 875151358,
            "stop": 875151359
        },
        {
            "start": 875151362,
            "stop": 875151443
        },
        {
            "start": 875151444,
            "stop": 875151493
        },
        {
            "start": 875151495,
            "stop": 875151570
        },
        {
            "start": 875151573,
            "stop": 875151574
        },
        {
            "start": 875151575,
            "stop": 875151587
        },
        {
            "start": 875151589,
            "stop": 875151597
        },
        {
            "start": 875151598,
            "stop": 875151606
        },
        {
            "start": 875151607,
            "stop": 875151674
        },
        {
            "start": 875151675,
            "stop": 875151751
        },
        {
            "start": 875151753,
            "stop": 875151768
        },
        {
            "start": 875151769,
            "stop": 875151811
        },
        {
            "start": 875151813,
            "stop": 875151911
        },
        {
            "start": 875151912,
            "stop": 875151924
        },
        {
            "start": 875151926,
            "stop": 875151948
        },
        {
            "start": 875151949,
            "stop": 875151975
        },
        {
            "start": 875151979,
            "stop": 875151999
        },
        {
            "start": 875152002,
            "stop": 875152008
        },
        {
            "start": 875152009,
            "stop": 875152049
        }
    ]
}