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=5904
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=5905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5903",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5904,
    "results": [
        {
            "start": 875131289,
            "stop": 875131339
        },
        {
            "start": 875131342,
            "stop": 875131351
        },
        {
            "start": 875131354,
            "stop": 875131364
        },
        {
            "start": 875131367,
            "stop": 875131389
        },
        {
            "start": 875131392,
            "stop": 875131590
        },
        {
            "start": 875131593,
            "stop": 875131598
        },
        {
            "start": 875131601,
            "stop": 875131705
        },
        {
            "start": 875131708,
            "stop": 875131716
        },
        {
            "start": 875131719,
            "stop": 875131765
        },
        {
            "start": 875131768,
            "stop": 875131777
        },
        {
            "start": 875131780,
            "stop": 875131795
        },
        {
            "start": 875131798,
            "stop": 875131927
        },
        {
            "start": 875131930,
            "stop": 875131997
        },
        {
            "start": 875132000,
            "stop": 875132058
        },
        {
            "start": 875132061,
            "stop": 875132122
        },
        {
            "start": 875132125,
            "stop": 875132191
        },
        {
            "start": 875132194,
            "stop": 875132198
        },
        {
            "start": 875132205,
            "stop": 875132257
        },
        {
            "start": 875132260,
            "stop": 875132275
        },
        {
            "start": 875132281,
            "stop": 875132300
        }
    ]
}