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=46905
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=46906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46904",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46905,
    "results": [
        {
            "start": 875179224,
            "stop": 875179244
        },
        {
            "start": 875179245,
            "stop": 875179263
        },
        {
            "start": 875179264,
            "stop": 875179562
        },
        {
            "start": 875179564,
            "stop": 875179565
        },
        {
            "start": 875179567,
            "stop": 875179623
        },
        {
            "start": 875179624,
            "stop": 875179625
        },
        {
            "start": 875179626,
            "stop": 875179723
        },
        {
            "start": 875179724,
            "stop": 875179735
        },
        {
            "start": 875179736,
            "stop": 875179772
        },
        {
            "start": 875179773,
            "stop": 875179780
        },
        {
            "start": 875179781,
            "stop": 875179878
        },
        {
            "start": 875179881,
            "stop": 875179889
        },
        {
            "start": 875179892,
            "stop": 875179896
        },
        {
            "start": 875179899,
            "stop": 875179923
        },
        {
            "start": 875179926,
            "stop": 875179958
        },
        {
            "start": 875179961,
            "stop": 875180038
        },
        {
            "start": 875180039,
            "stop": 875180059
        },
        {
            "start": 875180062,
            "stop": 875180069
        },
        {
            "start": 875180070,
            "stop": 875180090
        },
        {
            "start": 875180093,
            "stop": 875180134
        }
    ]
}